Html Css Color HEX #BA9992 Thatch

📋 copy color: '#BA9992'

red 186 ◦ green 153 ◦ blue 146

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

Shades of Thatch #BA9992

Tints of Thatch #BA9992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.1%

R = 38.35%
G = 31.55%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BA9992 (or 0xBA9992) is known color: Thatch. HEX triplet: BA, 99 and 92. RGB value is (186,153,146). Sum of RGB (Red+Green+Blue) = 186+153+146=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9992 is #45666D. Grayscale: #A2A2A2. Windows color (decimal): -4548206 or 9607610. OLE color: 9607610.

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

Color convert

RGB 186 153 146 -
CMYK 0 0.18 0.22 0.27
HSL 10.5º 0.22% 0.65% -
HSV(B) 10.5º 0.22% 0.73% -
XYZ 36.83 35.3 32.07 -
YUV 162.07 118.93 145.07 -
System Red Green Blue C M Y K H S L
Decimal 186 153 146 0 0.18 0.22 0.27 10.5 0.22 0.65
Hex BA 99 92 0 12 16 1B A 16 41
Octal 272 231 222 0 22 26 33 12 26 101
Binary 10111010 10011001 10010010 0 10010 10110 11011 1010 10110 1000001

Color Harmonies of #BA9992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9992

Black with #BA9992

Text Example


Text Example

White with #BA9992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9992; }

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

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

background-color css

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

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

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

border-color css

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

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

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