#BD7600

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

Shades of Dark Goldenrod #BD7600

Tints of Dark Goldenrod #BD7600

Color information

#BD7600 (or 0xBD7600) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 76 and 00. RGB value is (189,118,0). Sum of RGB (Red+Green+Blue) = 189+118+0=307 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.56% from 307); Green value is 118 (46.48% from 255 or 38.44% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7600 is #4289FF. Grayscale: #7E7E7E. Windows color (decimal): -4360704 or 30397. OLE color: 30397.

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

Color convert

RGB1891180-
CMYK00.3810.26
HSL37.46º100%37.06%-
HSV(B)37.46º100%74.12%-
XYZ27.4623.783.14-
YUV125.7857.02173.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 61.56%
GREEN value IS 118 (46.48% from 255) = 38.44%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.56%
G=38.44%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 1
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189118000.3810.2637.4610037.06
HexBD760026641A256425
Octal2751660046144324514445
Binary101111011110110001001101100100110101001011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7600; }

 p { color: rgb(189,118,0); }

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

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

 a { background-color: rgb(189,118,0); }

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

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

 span { border-color: rgb(189,118,0); }

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