Html Css Color HEX #BA6E03 Dark Goldenrod

📋 copy color: '#BA6E03'

red 186 ◦ green 110 ◦ blue 3

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

Shades of Dark Goldenrod #BA6E03

Tints of Dark Goldenrod #BA6E03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1%

R = 62.21%
G = 36.79%
B = 1%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA6E03 (or 0xBA6E03) is known color: Dark Goldenrod. HEX triplet: BA, 6E and 03. RGB value is (186,110,3). Sum of RGB (Red+Green+Blue) = 186+110+3=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 110 (43.36% from 255 or 36.79% from 299); Blue value is 3 (1.56% from 255 or 1.00% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6E03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6E03 is #4591FC. Grayscale: #797979. Windows color (decimal): -4559357 or 224954. OLE color: 224954.

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

Color convert

RGB 186 110 3 -
CMYK 0 0.41 0.98 0.27
HSL 35.08º 0.97% 0.37% -
HSV(B) 35.08º 0.98% 0.73% -
XYZ 25.84 21.6 2.89 -
YUV 120.53 61.68 174.7 -
System Red Green Blue C M Y K H S L
Decimal 186 110 3 0 0.41 0.98 0.27 35.08 0.97 0.37
Hex BA 6E 3 0 29 62 1B 23 61 25
Octal 272 156 3 0 51 142 33 43 141 45
Binary 10111010 1101110 11 0 101001 1100010 11011 100011 1100001 100101

Color Harmonies of #BA6E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6E03

Black with #BA6E03

Text Example


Text Example

White with #BA6E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6E03; }

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

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

background-color css

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

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

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

border-color css

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

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

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