#BA7B11

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

Shades of Dark Goldenrod #BA7B11

Tints of Dark Goldenrod #BA7B11

Color information

#BA7B11 (or 0xBA7B11) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 7B and 11. RGB value is (186,123,17). Sum of RGB (Red+Green+Blue) = 186+123+17=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 123 (48.44% from 255 or 37.73% from 326); Blue value is 17 (7.03% from 255 or 5.21% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7B11 is #4584EE. Grayscale: #828282. Windows color (decimal): -4556015 or 1145786. OLE color: 1145786.

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

Color convert

RGB18612317-
CMYK00.340.910.27
HSL37.63º83.25%39.8%-
HSV(B)37.63º90.86%72.94%-
XYZ27.4324.653.84-
YUV129.7564.37168.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.06%
GREEN value IS 123 (48.44% from 255) = 37.73%
BLUE value IS 17 (7.03% from 255) = 5.21%
R=57.06%
G=37.73%
B=5.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861231700.340.910.2737.6383.2539.8
HexBA7B110225B1B265328
Octal27217321042133334612350
Binary1011101011110111000101000101011011110111001101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7B11; }

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

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

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

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

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

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

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

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