Html Css Color HEX #BA8716 Dark Goldenrod

📋 copy color: '#BA8716'

red 186 ◦ green 135 ◦ blue 22

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

Shades of Dark Goldenrod #BA8716

Tints of Dark Goldenrod #BA8716

RGB

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

 GREEN value IS 135 (53.13% from 255) = 39.36%

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

R = 54.23%
G = 39.36%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA8716 (or 0xBA8716) is known color: Dark Goldenrod. HEX triplet: BA, 87 and 16. RGB value is (186,135,22). Sum of RGB (Red+Green+Blue) = 186+135+22=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 135 (53.12% from 255 or 39.36% from 343); Blue value is 22 (8.98% from 255 or 6.41% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8716 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8716 is #4578E9. Grayscale: #898989. Windows color (decimal): -4552938 or 1476538. OLE color: 1476538.

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

Color convert

RGB 186 135 22 -
CMYK 0 0.27 0.88 0.27
HSL 41.34º 0.79% 0.41% -
HSV(B) 41.34º 0.88% 0.73% -
XYZ 29.06 27.82 4.6 -
YUV 137.37 62.9 162.69 -
System Red Green Blue C M Y K H S L
Decimal 186 135 22 0 0.27 0.88 0.27 41.34 0.79 0.41
Hex BA 87 16 0 1B 58 1B 29 4F 29
Octal 272 207 26 0 33 130 33 51 117 51
Binary 10111010 10000111 10110 0 11011 1011000 11011 101001 1001111 101001

Color Harmonies of #BA8716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8716

Black with #BA8716

Text Example


Text Example

White with #BA8716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8716; }

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

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

background-color css

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

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

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

border-color css

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

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

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