Html Css Color HEX #BA6E02 Dark Goldenrod

📋 copy color: '#BA6E02'

red 186 ◦ green 110 ◦ blue 2

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

Shades of Dark Goldenrod #BA6E02

Tints of Dark Goldenrod #BA6E02

RGB

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

 GREEN value IS 110 (43.36% from 255) = 36.91%

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

R = 62.42%
G = 36.91%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BA6E02 (or 0xBA6E02) is known color: Dark Goldenrod. HEX triplet: BA, 6E and 02. RGB value is (186,110,2). Sum of RGB (Red+Green+Blue) = 186+110+2=298 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.42% from 298); Green value is 110 (43.36% from 255 or 36.91% from 298); Blue value is 2 (1.17% from 255 or 0.67% from 298); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6E02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6E02 is #4591FD. Grayscale: #787878. Windows color (decimal): -4559358 or 159418. OLE color: 159418.

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

Color convert

RGB 186 110 2 -
CMYK 0 0.41 0.99 0.27
HSL 35.22º 0.98% 0.37% -
HSV(B) 35.22º 0.99% 0.73% -
XYZ 25.84 21.6 2.86 -
YUV 120.41 61.18 174.78 -
System Red Green Blue C M Y K H S L
Decimal 186 110 2 0 0.41 0.99 0.27 35.22 0.98 0.37
Hex BA 6E 2 0 29 63 1B 23 62 25
Octal 272 156 2 0 51 143 33 43 142 45
Binary 10111010 1101110 10 0 101001 1100011 11011 100011 1100010 100101

Color Harmonies of #BA6E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6E02

Black with #BA6E02

Text Example


Text Example

White with #BA6E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6E02; }

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

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

background-color css

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

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

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

border-color css

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

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

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