#BD8A24

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

Shades of Nugget #BD8A24

Tints of Nugget #BD8A24

Color information

#BD8A24 (or 0xBD8A24) is unknown color: approx Nugget. HEX triplet: BD, 8A and 24. RGB value is (189,138,36). Sum of RGB (Red+Green+Blue) = 189+138+36=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 138 (54.30% from 255 or 38.02% from 363); Blue value is 36 (14.45% from 255 or 9.92% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8A24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8A24 is #4275DB. Grayscale: #8E8E8E. Windows color (decimal): -4355548 or 2394813. OLE color: 2394813.

HSL color Cylindrical-coordinate representation of color #BD8A24: hue angle of 40º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD8A24 is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB18913836-
CMYK00.270.810.26
HSL40º68%44.12%-
HSV(B)40º80.95%74.12%-
XYZ30.3929.125.69-
YUV141.6268.4161.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.07%
GREEN value IS 138 (54.30% from 255) = 38.02%
BLUE value IS 36 (14.45% from 255) = 9.92%
R=52.07%
G=38.02%
B=9.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.81
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891383600.270.810.26406844.12
HexBD8A2401B511A28442c
Octal27521244033121325010454
Binary10111101100010101001000110111010001110101010001000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8A24; }

 p { color: rgb(189,138,36); }

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

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

 a { background-color: rgb(189,138,36); }

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

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

 span { border-color: rgb(189,138,36); }

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