Html Css Color HEX #BA860B Dark Goldenrod

📋 copy color: '#BA860B'

red 186 ◦ green 134 ◦ blue 11

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

Shades of Dark Goldenrod #BA860B

Tints of Dark Goldenrod #BA860B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.32%

R = 56.19%
G = 40.48%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BA860B (or 0xBA860B) is known color: Dark Goldenrod. HEX triplet: BA, 86 and 0B. RGB value is (186,134,11). Sum of RGB (Red+Green+Blue) = 186+134+11=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 134 (52.73% from 255 or 40.48% from 331); Blue value is 11 (4.69% from 255 or 3.32% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA860B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA860B is #4579F4. Grayscale: #888888. Windows color (decimal): -4553205 or 755386. OLE color: 755386.

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

Color convert

RGB 186 134 11 -
CMYK 0 0.28 0.94 0.27
HSL 42.17º 0.89% 0.39% -
HSV(B) 42.17º 0.94% 0.73% -
XYZ 28.84 27.51 4.11 -
YUV 135.53 57.73 164 -
System Red Green Blue C M Y K H S L
Decimal 186 134 11 0 0.28 0.94 0.27 42.17 0.89 0.39
Hex BA 86 B 0 1C 5E 1B 2A 59 27
Octal 272 206 13 0 34 136 33 52 131 47
Binary 10111010 10000110 1011 0 11100 1011110 11011 101010 1011001 100111

Color Harmonies of #BA860B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA860B

Black with #BA860B

Text Example


Text Example

White with #BA860B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA860B; }

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

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

background-color css

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

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

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

border-color css

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

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

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