#BD8824

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

Shades of Nugget #BD8824

Tints of Nugget #BD8824

Color information

#BD8824 (or 0xBD8824) is unknown color: approx Nugget. HEX triplet: BD, 88 and 24. RGB value is (189,136,36). Sum of RGB (Red+Green+Blue) = 189+136+36=361 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.35% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 36 (14.45% from 255 or 9.97% from 361); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8824 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8824 is #4277DB. Grayscale: #8C8C8C. Windows color (decimal): -4356060 or 2394301. OLE color: 2394301.

HSL color Cylindrical-coordinate representation of color #BD8824: hue angle of 39.22º 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 #BD8824 is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB18913636-
CMYK00.280.810.26
HSL39.22º68%44.12%-
HSV(B)39.22º80.95%74.12%-
XYZ30.1128.555.59-
YUV140.4569.06162.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.35%
GREEN value IS 136 (53.52% from 255) = 37.67%
BLUE value IS 36 (14.45% from 255) = 9.97%
R=52.35%
G=37.67%
B=9.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.81
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891363600.280.810.2639.226844.12
HexBD882401C511A27442c
Octal27521044034121324710454
Binary10111101100010001001000111001010001110101001111000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8824; }

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

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

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

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

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

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

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

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