#BA7B01

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

Shades of Dark Goldenrod #BA7B01

Tints of Dark Goldenrod #BA7B01

Color information

#BA7B01 (or 0xBA7B01) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 7B and 01. RGB value is (186,123,1). Sum of RGB (Red+Green+Blue) = 186+123+1=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 123 (48.44% from 255 or 39.68% from 310); Blue value is 1 (0.78% from 255 or 0.32% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7B01 is #4584FE. Grayscale: #808080. Windows color (decimal): -4556031 or 97210. OLE color: 97210.

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

Color convert

RGB1861231-
CMYK00.340.990.27
HSL39.57º98.93%36.67%-
HSV(B)39.57º99.46%72.94%-
XYZ27.3424.613.34-
YUV127.9356.37169.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60%
GREEN value IS 123 (48.44% from 255) = 39.68%
BLUE value IS 1 (0.78% from 255) = 0.32%
R=60%
G=39.68%
B=0.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186123100.340.990.2739.5798.9336.67
HexBA7B1022631B286325
Octal2721731042143335014345
Binary101110101111011101000101100011110111010001100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7B01; }

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

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

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

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

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

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

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

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