Html Css Color HEX #BA7A02 Dark Goldenrod

📋 copy color: '#BA7A02'

red 186 ◦ green 122 ◦ blue 2

#BA7A02
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #BA7A02

Tints of Dark Goldenrod #BA7A02

RGB

 RED value IS 186 (73.05% from 255) = 60%

 GREEN value IS 122 (48.05% from 255) = 39.35%

 BLUE value IS 2 (1.17% from 255) = 0.65%

R = 60%
G = 39.35%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BA7A02 (or 0xBA7A02) is known color: Dark Goldenrod. HEX triplet: BA, 7A and 02. RGB value is (186,122,2). Sum of RGB (Red+Green+Blue) = 186+122+2=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 122 (48.05% from 255 or 39.35% from 310); Blue value is 2 (1.17% from 255 or 0.65% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7A02 is #4585FD. Grayscale: #7F7F7F. Windows color (decimal): -4556286 or 162490. OLE color: 162490.

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

Color convert

RGB 186 122 2 -
CMYK 0 0.34 0.99 0.27
HSL 39.13º 0.98% 0.37% -
HSV(B) 39.13º 0.99% 0.73% -
XYZ 27.22 24.36 3.33 -
YUV 127.46 57.2 169.76 -
System Red Green Blue C M Y K H S L
Decimal 186 122 2 0 0.34 0.99 0.27 39.13 0.98 0.37
Hex BA 7A 2 0 22 63 1B 27 62 25
Octal 272 172 2 0 42 143 33 47 142 45
Binary 10111010 1111010 10 0 100010 1100011 11011 100111 1100010 100101

Color Harmonies of #BA7A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7A02

Black with #BA7A02

Text Example


Text Example

White with #BA7A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7A02; }

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

 H1.HeaderClassName
 {
   color: #BA7A02;
 }
 .AnyTagClassName
 {
   color: #BA7A02;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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