#BD851C

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

Shades of Dark Goldenrod #BD851C

Tints of Dark Goldenrod #BD851C

Color information

#BD851C (or 0xBD851C) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 85 and 1C. RGB value is (189,133,28). Sum of RGB (Red+Green+Blue) = 189+133+28=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 28 (11.33% from 255 or 8% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BD851C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD851C is #427AE3. Grayscale: #8A8A8A. Windows color (decimal): -4356836 or 1869245. OLE color: 1869245.

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

Color convert

RGB18913328-
CMYK00.300.850.26
HSL39.13º74.19%42.55%-
HSV(B)39.13º85.19%74.12%-
XYZ29.5827.684.88-
YUV137.7766.05164.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54%
GREEN value IS 133 (52.34% from 255) = 38%
BLUE value IS 28 (11.33% from 255) = 8%
R=54%
G=38%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.85
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891332800.300.850.2639.1374.1942.55
HexBD851C01E551A274a2b
Octal27520534036125324711253
Binary1011110110000101111000111101010101110101001111001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD851C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD851C; }

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

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

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

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

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

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

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

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