Html Css Color HEX #BA8710 Dark Goldenrod

📋 copy color: '#BA8710'

red 186 ◦ green 135 ◦ blue 16

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

Shades of Dark Goldenrod #BA8710

Tints of Dark Goldenrod #BA8710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.75%

R = 55.19%
G = 40.06%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA8710 (or 0xBA8710) is known color: Dark Goldenrod. HEX triplet: BA, 87 and 10. RGB value is (186,135,16). Sum of RGB (Red+Green+Blue) = 186+135+16=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 135 (53.12% from 255 or 40.06% from 337); Blue value is 16 (6.64% from 255 or 4.75% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8710 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8710 is #4578EF. Grayscale: #898989. Windows color (decimal): -4552944 or 1083322. OLE color: 1083322.

HSL color Cylindrical-coordinate representation of color #BA8710: hue angle of 42º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA8710 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 135 16 -
CMYK 0 0.27 0.91 0.27
HSL 42º 0.84% 0.4% -
HSV(B) 42º 0.91% 0.73% -
XYZ 29.01 27.8 4.33 -
YUV 136.68 59.9 163.18 -
System Red Green Blue C M Y K H S L
Decimal 186 135 16 0 0.27 0.91 0.27 42 0.84 0.4
Hex BA 87 10 0 1B 5B 1B 2A 54 28
Octal 272 207 20 0 33 133 33 52 124 50
Binary 10111010 10000111 10000 0 11011 1011011 11011 101010 1010100 101000

Color Harmonies of #BA8710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8710

Black with #BA8710

Text Example


Text Example

White with #BA8710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8710; }

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

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

background-color css

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

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

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

border-color css

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

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

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