Html Css Color HEX #BA8C58 Twine

📋 copy color: '#BA8C58'

red 186 ◦ green 140 ◦ blue 88

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

Shades of Twine #BA8C58

Tints of Twine #BA8C58

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.82%

 BLUE value IS 88 (34.77% from 255) = 21.26%

R = 44.93%
G = 33.82%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA8C58 (or 0xBA8C58) is known color: Twine. HEX triplet: BA, 8C and 58. RGB value is (186,140,88). Sum of RGB (Red+Green+Blue) = 186+140+88=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 140 (55.08% from 255 or 33.82% from 414); Blue value is 88 (34.77% from 255 or 21.26% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8C58 is #4573A7. Grayscale: #949494. Windows color (decimal): -4551592 or 5803194. OLE color: 5803194.

HSL color Cylindrical-coordinate representation of color #BA8C58: hue angle of 31.84º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA8C58 is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 140 88 -
CMYK 0 0.25 0.53 0.27
HSL 31.84º 0.42% 0.54% -
HSV(B) 31.84º 0.53% 0.73% -
XYZ 31.39 29.9 13.35 -
YUV 147.83 94.24 155.23 -
System Red Green Blue C M Y K H S L
Decimal 186 140 88 0 0.25 0.53 0.27 31.84 0.42 0.54
Hex BA 8C 58 0 19 35 1B 20 2A 36
Octal 272 214 130 0 31 65 33 40 52 66
Binary 10111010 10001100 1011000 0 11001 110101 11011 100000 101010 110110

Color Harmonies of #BA8C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8C58

Black with #BA8C58

Text Example


Text Example

White with #BA8C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8C58; }

 p { color: rgb(186,140,88); }

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

background-color css

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

 a { background-color: rgb(186,140,88); }

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

border-color css

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

 span { border-color: rgb(186,140,88); }

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