Html Css Color HEX #BA9691 Thatch

📋 copy color: '#BA9691'

red 186 ◦ green 150 ◦ blue 145

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

Shades of Thatch #BA9691

Tints of Thatch #BA9691

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.19%

 BLUE value IS 145 (57.03% from 255) = 30.15%

R = 38.67%
G = 31.19%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BA9691 (or 0xBA9691) is known color: Thatch. HEX triplet: BA, 96 and 91. RGB value is (186,150,145). Sum of RGB (Red+Green+Blue) = 186+150+145=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 145 (57.03% from 255 or 30.15% from 481); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9691 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9691 is #45696E. Grayscale: #A0A0A0. Windows color (decimal): -4548975 or 9541306. OLE color: 9541306.

HSL color Cylindrical-coordinate representation of color #BA9691: hue angle of 7.32º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BA9691 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 150 145 -
CMYK 0 0.19 0.22 0.27
HSL 7.32º 0.23% 0.65% -
HSV(B) 7.32º 0.22% 0.73% -
XYZ 36.27 34.3 31.5 -
YUV 160.19 119.43 146.41 -
System Red Green Blue C M Y K H S L
Decimal 186 150 145 0 0.19 0.22 0.27 7.32 0.23 0.65
Hex BA 96 91 0 13 16 1B 7 17 41
Octal 272 226 221 0 23 26 33 7 27 101
Binary 10111010 10010110 10010001 0 10011 10110 11011 111 10111 1000001

Color Harmonies of #BA9691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9691

Black with #BA9691

Text Example


Text Example

White with #BA9691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9691; }

 p { color: rgb(186,150,145); }

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

background-color css

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

 a { background-color: rgb(186,150,145); }

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

border-color css

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

 span { border-color: rgb(186,150,145); }

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