#BD8103

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

Shades of Dark Goldenrod #BD8103

Tints of Dark Goldenrod #BD8103

Color information

#BD8103 (or 0xBD8103) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 81 and 03. RGB value is (189,129,3). Sum of RGB (Red+Green+Blue) = 189+129+3=321 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.88% from 321); Green value is 129 (50.78% from 255 or 40.19% from 321); Blue value is 3 (1.56% from 255 or 0.93% from 321); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8103 is #427EFC. Grayscale: #858585. Windows color (decimal): -4357885 or 229821. OLE color: 229821.

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

Color convert

RGB1891293-
CMYK00.320.980.26
HSL40.65º96.88%37.65%-
HSV(B)40.65º98.41%74.12%-
XYZ28.8526.533.69-
YUV132.5854.88168.25-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 58.88%
GREEN value IS 129 (50.78% from 255) = 40.19%
BLUE value IS 3 (1.56% from 255) = 0.93%
R=58.88%
G=40.19%
B=0.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189129300.320.980.2640.6596.8837.65
HexBD813020621A296126
Octal2752013040142325114146
Binary10111101100000011101000001100010110101010011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8103; }

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

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

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

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

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

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

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

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