Html Css Color HEX #BA968F Thatch

📋 copy color: '#BA968F'

red 186 ◦ green 150 ◦ blue 143

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

Shades of Thatch #BA968F

Tints of Thatch #BA968F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.85%

R = 38.83%
G = 31.32%
B = 29.85%

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

#BA968F (or 0xBA968F) is known color: Thatch. HEX triplet: BA, 96 and 8F. RGB value is (186,150,143). Sum of RGB (Red+Green+Blue) = 186+150+143=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 150 (58.98% from 255 or 31.32% from 479); Blue value is 143 (56.25% from 255 or 29.85% from 479); Max value from RGB is 186 - color contains mainly: red. Hex color #BA968F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA968F is #456970. Grayscale: #A0A0A0. Windows color (decimal): -4548977 or 9410234. OLE color: 9410234.

HSL color Cylindrical-coordinate representation of color #BA968F: hue angle of 9.77º degrees, saturation: 0.24, 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 #BA968F is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 150 143 -
CMYK 0 0.19 0.23 0.27
HSL 9.77º 0.24% 0.65% -
HSV(B) 9.77º 0.23% 0.73% -
XYZ 36.11 34.23 30.69 -
YUV 159.97 118.43 146.57 -
System Red Green Blue C M Y K H S L
Decimal 186 150 143 0 0.19 0.23 0.27 9.77 0.24 0.65
Hex BA 96 8F 0 13 17 1B A 18 41
Octal 272 226 217 0 23 27 33 12 30 101
Binary 10111010 10010110 10001111 0 10011 10111 11011 1010 11000 1000001

Color Harmonies of #BA968F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA968F

Black with #BA968F

Text Example


Text Example

White with #BA968F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA968F; }

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

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

background-color css

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

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

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

border-color css

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

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

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