#BD902C

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

Shades of Nugget #BD902C

Tints of Nugget #BD902C

Color information

#BD902C (or 0xBD902C) is unknown color: approx Nugget. HEX triplet: BD, 90 and 2C. RGB value is (189,144,44). Sum of RGB (Red+Green+Blue) = 189+144+44=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 144 (56.64% from 255 or 38.20% from 377); Blue value is 44 (17.58% from 255 or 11.67% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BD902C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD902C is #426FD3. Grayscale: #929292. Windows color (decimal): -4354004 or 2920637. OLE color: 2920637.

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

Color convert

RGB18914444-
CMYK00.240.770.26
HSL41.38º62.23%45.69%-
HSV(B)41.38º76.72%74.12%-
XYZ31.4130.956.7-
YUV146.0570.41158.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.13%
GREEN value IS 144 (56.64% from 255) = 38.20%
BLUE value IS 44 (17.58% from 255) = 11.67%
R=50.13%
G=38.20%
B=11.67%

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
Decimal1891444400.240.770.2641.3862.2345.69
HexBD902C0184D1A293e2e
Octal2752205403011532517656
Binary1011110110010000101100011000100110111010101001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD902C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD902C; }

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

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

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

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

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

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

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

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