#BA7C0F

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

Shades of Dark Goldenrod #BA7C0F

Tints of Dark Goldenrod #BA7C0F

Color information

#BA7C0F (or 0xBA7C0F) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 7C and 0F. RGB value is (186,124,15). Sum of RGB (Red+Green+Blue) = 186+124+15=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 124 (48.83% from 255 or 38.15% from 325); Blue value is 15 (6.25% from 255 or 4.62% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7C0F is #4583F0. Grayscale: #828282. Windows color (decimal): -4555761 or 1014970. OLE color: 1014970.

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

Color convert

RGB18612415-
CMYK00.330.920.27
HSL38.25º85.07%39.41%-
HSV(B)38.25º91.94%72.94%-
XYZ27.5424.893.8-
YUV130.1163.04167.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.23%
GREEN value IS 124 (48.83% from 255) = 38.15%
BLUE value IS 15 (6.25% from 255) = 4.62%
R=57.23%
G=38.15%
B=4.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861241500.330.920.2738.2585.0739.41
HexBA7CF0215C1B265527
Octal27217417041134334612547
Binary101110101111100111101000011011100110111001101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7C0F; }

 p { color: rgb(186,124,15); }

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

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

 a { background-color: rgb(186,124,15); }

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

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

 span { border-color: rgb(186,124,15); }

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