#BD861C

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

Shades of Dark Goldenrod #BD861C

Tints of Dark Goldenrod #BD861C

Color information

#BD861C (or 0xBD861C) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 86 and 1C. RGB value is (189,134,28). Sum of RGB (Red+Green+Blue) = 189+134+28=351 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.85% from 351); Green value is 134 (52.73% from 255 or 38.18% from 351); Blue value is 28 (11.33% from 255 or 7.98% from 351); Max value from RGB is 189 - color contains mainly: red. Hex color #BD861C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD861C is #4279E3. Grayscale: #8A8A8A. Windows color (decimal): -4356580 or 1869501. OLE color: 1869501.

HSL color Cylindrical-coordinate representation of color #BD861C: hue angle of 39.5º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD861C is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB18913428-
CMYK00.290.850.26
HSL39.5º74.19%42.55%-
HSV(B)39.5º85.19%74.12%-
XYZ29.7227.954.93-
YUV138.3665.72164.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 53.85%
GREEN value IS 134 (52.73% from 255) = 38.18%
BLUE value IS 28 (11.33% from 255) = 7.98%
R=53.85%
G=38.18%
B=7.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.85
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891342800.290.850.2639.574.1942.55
HexBD861C01D551A284a2b
Octal27520634035125325011253
Binary1011110110000110111000111011010101110101010001001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD861C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD861C; }

 p { color: rgb(189,134,28); }

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

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

 a { background-color: rgb(189,134,28); }

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

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

 span { border-color: rgb(189,134,28); }

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