#BA7508

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

Shades of Dark Goldenrod #BA7508

Tints of Dark Goldenrod #BA7508

Color information

#BA7508 (or 0xBA7508) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 75 and 08. RGB value is (186,117,8). Sum of RGB (Red+Green+Blue) = 186+117+8=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 8 (3.52% from 255 or 2.57% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7508 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7508 is #458AF7. Grayscale: #7D7D7D. Windows color (decimal): -4557560 or 554426. OLE color: 554426.

HSL color Cylindrical-coordinate representation of color #BA7508: hue angle of 36.74º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA7508 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB1861178-
CMYK00.370.960.27
HSL36.74º91.75%38.04%-
HSV(B)36.74º95.7%72.94%-
XYZ26.6523.183.3-
YUV125.2161.86171.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 59.81%
GREEN value IS 117 (46.09% from 255) = 37.62%
BLUE value IS 8 (3.52% from 255) = 2.57%
R=59.81%
G=37.62%
B=2.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.96
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186117800.370.960.2736.7491.7538.04
HexBA758025601B255c26
Octal27216510045140334513446
Binary101110101110101100001001011100000110111001011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7508; }

 p { color: rgb(186,117,8); }

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

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

 a { background-color: rgb(186,117,8); }

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

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

 span { border-color: rgb(186,117,8); }

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