Html Css Color HEX #BA9A94 Thatch

📋 copy color: '#BA9A94'

red 186 ◦ green 154 ◦ blue 148

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

Shades of Thatch #BA9A94

Tints of Thatch #BA9A94

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.56%

 BLUE value IS 148 (58.2% from 255) = 30.33%

R = 38.11%
G = 31.56%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BA9A94 (or 0xBA9A94) is known color: Thatch. HEX triplet: BA, 9A and 94. RGB value is (186,154,148). Sum of RGB (Red+Green+Blue) = 186+154+148=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 154 (60.55% from 255 or 31.56% from 488); Blue value is 148 (58.20% from 255 or 30.33% from 488); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9A94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9A94 is #45656B. Grayscale: #A2A2A2. Windows color (decimal): -4547948 or 9738938. OLE color: 9738938.

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

Color convert

RGB 186 154 148 -
CMYK 0 0.17 0.20 0.27
HSL 9.47º 0.22% 0.65% -
HSV(B) 9.47º 0.2% 0.73% -
XYZ 37.15 35.69 32.95 -
YUV 162.88 119.6 144.49 -
System Red Green Blue C M Y K H S L
Decimal 186 154 148 0 0.17 0.20 0.27 9.47 0.22 0.65
Hex BA 9A 94 0 11 14 1B 9 16 41
Octal 272 232 224 0 21 24 33 11 26 101
Binary 10111010 10011010 10010100 0 10001 10100 11011 1001 10110 1000001

Color Harmonies of #BA9A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9A94

Black with #BA9A94

Text Example


Text Example

White with #BA9A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9A94; }

 p { color: rgb(186,154,148); }

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

background-color css

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

 a { background-color: rgb(186,154,148); }

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

border-color css

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

 span { border-color: rgb(186,154,148); }

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