#BD8307

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

Shades of Dark Goldenrod #BD8307

Tints of Dark Goldenrod #BD8307

Color information

#BD8307 (or 0xBD8307) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 83 and 07. RGB value is (189,131,7). Sum of RGB (Red+Green+Blue) = 189+131+7=327 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.80% from 327); Green value is 131 (51.56% from 255 or 40.06% from 327); Blue value is 7 (3.12% from 255 or 2.14% from 327); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8307 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8307 is #427CF8. Grayscale: #868686. Windows color (decimal): -4357369 or 492477. OLE color: 492477.

HSL color Cylindrical-coordinate representation of color #BD8307: hue angle of 40.88º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD8307 is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB1891317-
CMYK00.310.960.26
HSL40.88º92.86%38.43%-
HSV(B)40.88º96.3%74.12%-
XYZ29.1427.073.89-
YUV134.2156.22167.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.80%
GREEN value IS 131 (51.56% from 255) = 40.06%
BLUE value IS 7 (3.12% from 255) = 2.14%
R=57.80%
G=40.06%
B=2.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.96
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189131700.310.960.2640.8892.8638.43
HexBD83701F601A295d26
Octal2752037037140325113546
Binary10111101100000111110111111100000110101010011011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8307; }

 p { color: rgb(189,131,7); }

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

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

 a { background-color: rgb(189,131,7); }

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

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

 span { border-color: rgb(189,131,7); }

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