#BA7D02

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

Shades of Dark Goldenrod #BA7D02

Tints of Dark Goldenrod #BA7D02

Color information

#BA7D02 (or 0xBA7D02) is unknown color: approx Dark Goldenrod. HEX triplet: BA, 7D and 02. RGB value is (186,125,2). Sum of RGB (Red+Green+Blue) = 186+125+2=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 125 (49.22% from 255 or 39.94% from 313); Blue value is 2 (1.17% from 255 or 0.64% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7D02 is #4582FD. Grayscale: #818181. Windows color (decimal): -4555518 or 163258. OLE color: 163258.

HSL color Cylindrical-coordinate representation of color #BA7D02: hue angle of 40.11º degrees, saturation: 0.98, 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 #BA7D02 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB1861252-
CMYK00.330.990.27
HSL40.11º97.87%36.86%-
HSV(B)40.11º98.92%72.94%-
XYZ27.5925.113.45-
YUV129.2256.21168.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 59.42%
GREEN value IS 125 (49.22% from 255) = 39.94%
BLUE value IS 2 (1.17% from 255) = 0.64%
R=59.42%
G=39.94%
B=0.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186125200.330.990.2740.1197.8736.86
HexBA7D2021631B286225
Octal2721752041143335014245
Binary1011101011111011001000011100011110111010001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7D02; }

 p { color: rgb(186,125,2); }

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

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

 a { background-color: rgb(186,125,2); }

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

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

 span { border-color: rgb(186,125,2); }

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