#bd902b

Color #BD902B Nugget (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nugget #BD902B

Tints of Nugget #BD902B

Color information

#BD902B (or 0xBD902B) is unknown color: approx Nugget. HEX triplet: BD, 90 and 2B. RGB value is (189,144,43). Sum of RGB (Red+Green+Blue) = 189+144+43=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 43 (17.19% from 255 or 11.44% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BD902B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD902B is #426FD4. Grayscale: #929292. Windows color (decimal): -4354005 or 2855101. OLE color: 2855101.

HSL color Cylindrical-coordinate representation of color #BD902B: hue angle of 41.51º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD902B is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB18914443-
CMYK00.240.770.26
HSL41.51º62.93%45.49%-
HSV(B)41.51º77.25%74.12%-
XYZ31.430.946.6-
YUV145.9469.91158.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 50.27%
GREEN value IS 144 (56.64% from 255) = 38.30%
BLUE value IS 43 (17.19% from 255) = 11.44%
R=50.27%
G=38.30%
B=11.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.77
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891444300.240.770.2641.5162.9345.49
HexBD902B0184D1A2a3f2d
Octal2752205303011532527755
Binary1011110110010000101011011000100110111010101010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd902b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd902b; }

 p { color: rgb(189,144,43); }

 H1.HeaderClassName
 {
   color: #bd902b;
 }
 .AnyTagClassName
 {
   color: #bd902b;
 }
</style>
background-color css

<style>
 a { background-color: #bd902b; }

 a { background-color: rgb(189,144,43); }

 div.DivClassName
 {
   background-color: #bd902b;
 }
 .BgClassName
 {
   background-color: #bd902b;
 }
</style>
border-color css

<style>
 span { border-color: #bd902b; }

 span { border-color: rgb(189,144,43); }

 td.TdClassName
 {
   border-color: #bd902b;
 }
 .TagClassName
 {
   border-color: #bd902b;
 }
</style>