Html Css Color HEX #BA9692 Thatch

📋 copy color: '#BA9692'

red 186 ◦ green 150 ◦ blue 146

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

Shades of Thatch #BA9692

Tints of Thatch #BA9692

RGB

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

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

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

R = 38.59%
G = 31.12%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BA9692 (or 0xBA9692) is known color: Thatch. HEX triplet: BA, 96 and 92. RGB value is (186,150,146). Sum of RGB (Red+Green+Blue) = 186+150+146=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 150 (58.98% from 255 or 31.12% from 482); Blue value is 146 (57.42% from 255 or 30.29% from 482); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9692 is #45696D. Grayscale: #A0A0A0. Windows color (decimal): -4548974 or 9606842. OLE color: 9606842.

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

Color convert

RGB 186 150 146 -
CMYK 0 0.19 0.22 0.27
HSL 0.22% 0.65% -
HSV(B) 0.22% 0.73% -
XYZ 36.34 34.33 31.9 -
YUV 160.31 119.93 146.33 -
System Red Green Blue C M Y K H S L
Decimal 186 150 146 0 0.19 0.22 0.27 6 0.22 0.65
Hex BA 96 92 0 13 16 1B 6 16 41
Octal 272 226 222 0 23 26 33 6 26 101
Binary 10111010 10010110 10010010 0 10011 10110 11011 110 10110 1000001

Color Harmonies of #BA9692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9692

Black with #BA9692

Text Example


Text Example

White with #BA9692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9692; }

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

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

background-color css

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

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

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

border-color css

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

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

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