Html Css Color HEX #BA8358 Twine

📋 copy color: '#BA8358'

red 186 ◦ green 131 ◦ blue 88

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

Shades of Twine #BA8358

Tints of Twine #BA8358

RGB

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

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

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

R = 45.93%
G = 32.35%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA8358 (or 0xBA8358) is known color: Twine. HEX triplet: BA, 83 and 58. RGB value is (186,131,88). Sum of RGB (Red+Green+Blue) = 186+131+88=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 88 (34.77% from 255 or 21.73% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8358 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8358 is #457CA7. Grayscale: #8E8E8E. Windows color (decimal): -4553896 or 5800890. OLE color: 5800890.

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

Color convert

RGB 186 131 88 -
CMYK 0 0.30 0.53 0.27
HSL 26.33º 0.42% 0.54% -
HSV(B) 26.33º 0.53% 0.73% -
XYZ 30.13 27.38 12.93 -
YUV 142.54 97.22 159 -
System Red Green Blue C M Y K H S L
Decimal 186 131 88 0 0.30 0.53 0.27 26.33 0.42 0.54
Hex BA 83 58 0 1E 35 1B 1A 2A 36
Octal 272 203 130 0 36 65 33 32 52 66
Binary 10111010 10000011 1011000 0 11110 110101 11011 11010 101010 110110

Color Harmonies of #BA8358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8358

Black with #BA8358

Text Example


Text Example

White with #BA8358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8358; }

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

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

background-color css

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

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

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

border-color css

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

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

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