Html Css Color HEX #BA968E Thatch

📋 copy color: '#BA968E'

red 186 ◦ green 150 ◦ blue 142

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

Shades of Thatch #BA968E

Tints of Thatch #BA968E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.71%

R = 38.91%
G = 31.38%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA968E (or 0xBA968E) is known color: Thatch. HEX triplet: BA, 96 and 8E. RGB value is (186,150,142). Sum of RGB (Red+Green+Blue) = 186+150+142=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 150 (58.98% from 255 or 31.38% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 186 - color contains mainly: red. Hex color #BA968E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA968E is #456971. Grayscale: #9F9F9F. Windows color (decimal): -4548978 or 9344698. OLE color: 9344698.

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

Color convert

RGB 186 150 142 -
CMYK 0 0.19 0.24 0.27
HSL 10.91º 0.24% 0.64% -
HSV(B) 10.91º 0.24% 0.73% -
XYZ 36.04 34.2 30.29 -
YUV 159.85 117.93 146.65 -
System Red Green Blue C M Y K H S L
Decimal 186 150 142 0 0.19 0.24 0.27 10.91 0.24 0.64
Hex BA 96 8E 0 13 18 1B B 18 40
Octal 272 226 216 0 23 30 33 13 30 100
Binary 10111010 10010110 10001110 0 10011 11000 11011 1011 11000 1000000

Color Harmonies of #BA968E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA968E

Black with #BA968E

Text Example


Text Example

White with #BA968E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA968E; }

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

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

background-color css

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

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

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

border-color css

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

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

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