Html Css Color HEX #BA9690 Thatch

📋 copy color: '#BA9690'

red 186 ◦ green 150 ◦ blue 144

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

Shades of Thatch #BA9690

Tints of Thatch #BA9690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30%

R = 38.75%
G = 31.25%
B = 30%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BA9690 (or 0xBA9690) is known color: Thatch. HEX triplet: BA, 96 and 90. RGB value is (186,150,144). Sum of RGB (Red+Green+Blue) = 186+150+144=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 150 (58.98% from 255 or 31.25% from 480); Blue value is 144 (56.64% from 255 or 30% from 480); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9690 is #45696F. Grayscale: #A0A0A0. Windows color (decimal): -4548976 or 9475770. OLE color: 9475770.

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

Color convert

RGB 186 150 144 -
CMYK 0 0.19 0.23 0.27
HSL 8.57º 0.23% 0.65% -
HSV(B) 8.57º 0.23% 0.73% -
XYZ 36.19 34.27 31.09 -
YUV 160.08 118.93 146.49 -
System Red Green Blue C M Y K H S L
Decimal 186 150 144 0 0.19 0.23 0.27 8.57 0.23 0.65
Hex BA 96 90 0 13 17 1B 9 17 41
Octal 272 226 220 0 23 27 33 11 27 101
Binary 10111010 10010110 10010000 0 10011 10111 11011 1001 10111 1000001

Color Harmonies of #BA9690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9690

Black with #BA9690

Text Example


Text Example

White with #BA9690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9690; }

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

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

background-color css

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

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

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

border-color css

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

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

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