Html Css Color HEX #BA8616 Dark Goldenrod

📋 copy color: '#BA8616'

red 186 ◦ green 134 ◦ blue 22

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

Shades of Dark Goldenrod #BA8616

Tints of Dark Goldenrod #BA8616

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.18%

 BLUE value IS 22 (8.98% from 255) = 6.43%

R = 54.39%
G = 39.18%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA8616 (or 0xBA8616) is known color: Dark Goldenrod. HEX triplet: BA, 86 and 16. RGB value is (186,134,22). Sum of RGB (Red+Green+Blue) = 186+134+22=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 134 (52.73% from 255 or 39.18% from 342); Blue value is 22 (8.98% from 255 or 6.43% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8616 is #4579E9. Grayscale: #898989. Windows color (decimal): -4553194 or 1476282. OLE color: 1476282.

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

Color convert

RGB 186 134 22 -
CMYK 0 0.28 0.88 0.27
HSL 40.98º 0.79% 0.41% -
HSV(B) 40.98º 0.88% 0.73% -
XYZ 28.92 27.55 4.55 -
YUV 136.78 63.23 163.11 -
System Red Green Blue C M Y K H S L
Decimal 186 134 22 0 0.28 0.88 0.27 40.98 0.79 0.41
Hex BA 86 16 0 1C 58 1B 29 4F 29
Octal 272 206 26 0 34 130 33 51 117 51
Binary 10111010 10000110 10110 0 11100 1011000 11011 101001 1001111 101001

Color Harmonies of #BA8616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8616

Black with #BA8616

Text Example


Text Example

White with #BA8616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8616; }

 p { color: rgb(186,134,22); }

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

background-color css

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

 a { background-color: rgb(186,134,22); }

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

border-color css

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

 span { border-color: rgb(186,134,22); }

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