Html Css Color HEX #BA6E05 Dark Goldenrod

📋 copy color: '#BA6E05'

red 186 ◦ green 110 ◦ blue 5

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

Shades of Dark Goldenrod #BA6E05

Tints of Dark Goldenrod #BA6E05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.66%

R = 61.79%
G = 36.54%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA6E05 (or 0xBA6E05) is known color: Dark Goldenrod. HEX triplet: BA, 6E and 05. RGB value is (186,110,5). Sum of RGB (Red+Green+Blue) = 186+110+5=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 110 (43.36% from 255 or 36.54% from 301); Blue value is 5 (2.34% from 255 or 1.66% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6E05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6E05 is #4591FA. Grayscale: #797979. Windows color (decimal): -4559355 or 356026. OLE color: 356026.

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

Color convert

RGB 186 110 5 -
CMYK 0 0.41 0.97 0.27
HSL 34.81º 0.95% 0.37% -
HSV(B) 34.81º 0.97% 0.73% -
XYZ 25.85 21.6 2.95 -
YUV 120.75 62.68 174.54 -
System Red Green Blue C M Y K H S L
Decimal 186 110 5 0 0.41 0.97 0.27 34.81 0.95 0.37
Hex BA 6E 5 0 29 61 1B 23 5F 25
Octal 272 156 5 0 51 141 33 43 137 45
Binary 10111010 1101110 101 0 101001 1100001 11011 100011 1011111 100101

Color Harmonies of #BA6E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6E05

Black with #BA6E05

Text Example


Text Example

White with #BA6E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6E05; }

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

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

background-color css

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

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

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

border-color css

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

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

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