Html Css Color HEX #BA9993 Thatch

📋 copy color: '#BA9993'

red 186 ◦ green 153 ◦ blue 147

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

Shades of Thatch #BA9993

Tints of Thatch #BA9993

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.48%

 BLUE value IS 147 (57.81% from 255) = 30.25%

R = 38.27%
G = 31.48%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BA9993 (or 0xBA9993) is known color: Thatch. HEX triplet: BA, 99 and 93. RGB value is (186,153,147). Sum of RGB (Red+Green+Blue) = 186+153+147=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 147 (57.81% from 255 or 30.25% from 486); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9993 is #45666C. Grayscale: #A2A2A2. Windows color (decimal): -4548205 or 9673146. OLE color: 9673146.

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

Color convert

RGB 186 153 147 -
CMYK 0 0.18 0.21 0.27
HSL 9.23º 0.22% 0.65% -
HSV(B) 9.23º 0.21% 0.73% -
XYZ 36.91 35.33 32.48 -
YUV 162.18 119.43 144.99 -
System Red Green Blue C M Y K H S L
Decimal 186 153 147 0 0.18 0.21 0.27 9.23 0.22 0.65
Hex BA 99 93 0 12 15 1B 9 16 41
Octal 272 231 223 0 22 25 33 11 26 101
Binary 10111010 10011001 10010011 0 10010 10101 11011 1001 10110 1000001

Color Harmonies of #BA9993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9993

Black with #BA9993

Text Example


Text Example

White with #BA9993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9993; }

 p { color: rgb(186,153,147); }

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

background-color css

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

 a { background-color: rgb(186,153,147); }

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

border-color css

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

 span { border-color: rgb(186,153,147); }

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