#BD7700

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

Shades of Dark Goldenrod #BD7700

Tints of Dark Goldenrod #BD7700

Color information

#BD7700 (or 0xBD7700) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 77 and 00. RGB value is (189,119,0). Sum of RGB (Red+Green+Blue) = 189+119+0=308 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.36% from 308); Green value is 119 (46.88% from 255 or 38.64% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7700 is #4288FF. Grayscale: #7E7E7E. Windows color (decimal): -4360448 or 30653. OLE color: 30653.

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

Color convert

RGB1891190-
CMYK00.3710.26
HSL37.78º100%37.06%-
HSV(B)37.78º100%74.12%-
XYZ27.5824.013.18-
YUV126.3656.69172.68-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 61.36%
GREEN value IS 119 (46.88% from 255) = 38.64%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.36%
G=38.64%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 1
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189119000.3710.2637.7810037.06
HexBD770025641A266425
Octal2751670045144324614445
Binary101111011110111001001011100100110101001101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7700; }

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

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

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

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

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

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

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

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