Html Css Color HEX #BA8213 Dark Goldenrod

📋 copy color: '#BA8213'

red 186 ◦ green 130 ◦ blue 19

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

Shades of Dark Goldenrod #BA8213

Tints of Dark Goldenrod #BA8213

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.81%

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

R = 55.52%
G = 38.81%
B = 5.67%

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

#BA8213 (or 0xBA8213) is known color: Dark Goldenrod. HEX triplet: BA, 82 and 13. RGB value is (186,130,19). Sum of RGB (Red+Green+Blue) = 186+130+19=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 19 (7.81% from 255 or 5.67% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8213 is #457DEC. Grayscale: #868686. Windows color (decimal): -4554221 or 1278650. OLE color: 1278650.

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

Color convert

RGB 186 130 19 -
CMYK 0 0.30 0.90 0.27
HSL 39.88º 0.81% 0.4% -
HSV(B) 39.88º 0.9% 0.73% -
XYZ 28.35 26.45 4.23 -
YUV 134.09 63.05 165.03 -
System Red Green Blue C M Y K H S L
Decimal 186 130 19 0 0.30 0.90 0.27 39.88 0.81 0.4
Hex BA 82 13 0 1E 5A 1B 28 51 28
Octal 272 202 23 0 36 132 33 50 121 50
Binary 10111010 10000010 10011 0 11110 1011010 11011 101000 1010001 101000

Color Harmonies of #BA8213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8213

Black with #BA8213

Text Example


Text Example

White with #BA8213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8213; }

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

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

background-color css

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

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

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

border-color css

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

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

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