#BD8703

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

Shades of Dark Goldenrod #BD8703

Tints of Dark Goldenrod #BD8703

Color information

#BD8703 (or 0xBD8703) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 87 and 03. RGB value is (189,135,3). Sum of RGB (Red+Green+Blue) = 189+135+3=327 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.80% from 327); Green value is 135 (53.12% from 255 or 41.28% from 327); Blue value is 3 (1.56% from 255 or 0.92% from 327); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8703 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8703 is #4278FC. Grayscale: #888888. Windows color (decimal): -4356349 or 231357. OLE color: 231357.

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

Color convert

RGB1891353-
CMYK00.290.980.26
HSL42.58º96.88%37.65%-
HSV(B)42.58º98.41%74.12%-
XYZ29.6728.153.96-
YUV136.152.89165.73-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.80%
GREEN value IS 135 (53.12% from 255) = 41.28%
BLUE value IS 3 (1.56% from 255) = 0.92%
R=57.80%
G=41.28%
B=0.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189135300.290.980.2642.5896.8837.65
HexBD87301D621A2b6126
Octal2752073035142325314146
Binary1011110110000111110111011100010110101010111100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8703; }

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

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

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

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

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

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

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

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