Html Css Color HEX #BA8613 Dark Goldenrod

📋 copy color: '#BA8613'

red 186 ◦ green 134 ◦ blue 19

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

Shades of Dark Goldenrod #BA8613

Tints of Dark Goldenrod #BA8613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.6%

R = 54.87%
G = 39.53%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA8613 (or 0xBA8613) is known color: Dark Goldenrod. HEX triplet: BA, 86 and 13. RGB value is (186,134,19). Sum of RGB (Red+Green+Blue) = 186+134+19=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 134 (52.73% from 255 or 39.53% from 339); Blue value is 19 (7.81% from 255 or 5.60% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8613 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8613 is #4579EC. Grayscale: #888888. Windows color (decimal): -4553197 or 1279674. OLE color: 1279674.

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

Color convert

RGB 186 134 19 -
CMYK 0 0.28 0.90 0.27
HSL 41.32º 0.81% 0.4% -
HSV(B) 41.32º 0.9% 0.73% -
XYZ 28.89 27.54 4.41 -
YUV 136.44 61.73 163.35 -
System Red Green Blue C M Y K H S L
Decimal 186 134 19 0 0.28 0.90 0.27 41.32 0.81 0.4
Hex BA 86 13 0 1C 5A 1B 29 51 28
Octal 272 206 23 0 34 132 33 51 121 50
Binary 10111010 10000110 10011 0 11100 1011010 11011 101001 1010001 101000

Color Harmonies of #BA8613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8613

Black with #BA8613

Text Example


Text Example

White with #BA8613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8613; }

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

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

background-color css

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

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

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

border-color css

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

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

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