Html Css Color HEX #BA8313 Dark Goldenrod

📋 copy color: '#BA8313'

red 186 ◦ green 131 ◦ blue 19

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

Shades of Dark Goldenrod #BA8313

Tints of Dark Goldenrod #BA8313

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.99%

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

R = 55.36%
G = 38.99%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA8313 (or 0xBA8313) is known color: Dark Goldenrod. HEX triplet: BA, 83 and 13. RGB value is (186,131,19). Sum of RGB (Red+Green+Blue) = 186+131+19=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 131 (51.56% from 255 or 38.99% from 336); Blue value is 19 (7.81% from 255 or 5.65% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8313 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8313 is #457CEC. Grayscale: #878787. Windows color (decimal): -4553965 or 1278906. OLE color: 1278906.

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

Color convert

RGB 186 131 19 -
CMYK 0 0.30 0.90 0.27
HSL 40.24º 0.81% 0.4% -
HSV(B) 40.24º 0.9% 0.73% -
XYZ 28.48 26.72 4.27 -
YUV 134.68 62.72 164.61 -
System Red Green Blue C M Y K H S L
Decimal 186 131 19 0 0.30 0.90 0.27 40.24 0.81 0.4
Hex BA 83 13 0 1E 5A 1B 28 51 28
Octal 272 203 23 0 36 132 33 50 121 50
Binary 10111010 10000011 10011 0 11110 1011010 11011 101000 1010001 101000

Color Harmonies of #BA8313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8313

Black with #BA8313

Text Example


Text Example

White with #BA8313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8313; }

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

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

background-color css

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

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

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

border-color css

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

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

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