#BD8718

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

Shades of Dark Goldenrod #BD8718

Tints of Dark Goldenrod #BD8718

Color information

#BD8718 (or 0xBD8718) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 87 and 18. RGB value is (189,135,24). Sum of RGB (Red+Green+Blue) = 189+135+24=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 135 (53.12% from 255 or 38.79% from 348); Blue value is 24 (9.77% from 255 or 6.90% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8718 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8718 is #4278E7. Grayscale: #8A8A8A. Windows color (decimal): -4356328 or 1607613. OLE color: 1607613.

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

Color convert

RGB18913524-
CMYK00.290.870.26
HSL40.36º77.46%41.76%-
HSV(B)40.36º87.3%74.12%-
XYZ29.8228.214.74-
YUV138.4963.39164.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.31%
GREEN value IS 135 (53.12% from 255) = 38.79%
BLUE value IS 24 (9.77% from 255) = 6.90%
R=54.31%
G=38.79%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.87
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891352400.290.870.2640.3677.4641.76
HexBD871801D571A284d2a
Octal27520730035127325011552
Binary1011110110000111110000111011010111110101010001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8718; }

 p { color: rgb(189,135,24); }

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

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

 a { background-color: rgb(189,135,24); }

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

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

 span { border-color: rgb(189,135,24); }

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