#BA7B15

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

Shades of Dark Goldenrod #BA7B15

Tints of Dark Goldenrod #BA7B15

Color information

#BA7B15 (or 0xBA7B15) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 7B and 15. RGB value is (186,123,21). Sum of RGB (Red+Green+Blue) = 186+123+21=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 21 (8.59% from 255 or 6.36% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7B15 is #4584EA. Grayscale: #828282. Windows color (decimal): -4556011 or 1407930. OLE color: 1407930.

HSL color Cylindrical-coordinate representation of color #BA7B15: hue angle of 37.09º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA7B15 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB18612321-
CMYK00.340.890.27
HSL37.09º79.71%40.59%-
HSV(B)37.09º88.71%72.94%-
XYZ27.4724.664.02-
YUV130.2166.37167.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.36%
GREEN value IS 123 (48.44% from 255) = 37.27%
BLUE value IS 21 (8.59% from 255) = 6.36%
R=56.36%
G=37.27%
B=6.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861232100.340.890.2737.0979.7140.59
HexBA7B15022591B255029
Octal27217325042131334512051
Binary1011101011110111010101000101011001110111001011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7B15; }

 p { color: rgb(186,123,21); }

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

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

 a { background-color: rgb(186,123,21); }

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

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

 span { border-color: rgb(186,123,21); }

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