Html Css Color HEX #BA9792 Thatch

📋 copy color: '#BA9792'

red 186 ◦ green 151 ◦ blue 146

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

Shades of Thatch #BA9792

Tints of Thatch #BA9792

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.26%

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

R = 38.51%
G = 31.26%
B = 30.23%

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

#BA9792 (or 0xBA9792) is known color: Thatch. HEX triplet: BA, 97 and 92. RGB value is (186,151,146). Sum of RGB (Red+Green+Blue) = 186+151+146=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 151 (59.38% from 255 or 31.26% from 483); Blue value is 146 (57.42% from 255 or 30.23% from 483); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9792 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9792 is #45686D. Grayscale: #A0A0A0. Windows color (decimal): -4548718 or 9607098. OLE color: 9607098.

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

Color convert

RGB 186 151 146 -
CMYK 0 0.19 0.22 0.27
HSL 7.5º 0.22% 0.65% -
HSV(B) 7.5º 0.22% 0.73% -
XYZ 36.5 34.65 31.96 -
YUV 160.9 119.6 145.91 -
System Red Green Blue C M Y K H S L
Decimal 186 151 146 0 0.19 0.22 0.27 7.5 0.22 0.65
Hex BA 97 92 0 13 16 1B 8 16 41
Octal 272 227 222 0 23 26 33 10 26 101
Binary 10111010 10010111 10010010 0 10011 10110 11011 1000 10110 1000001

Color Harmonies of #BA9792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9792

Black with #BA9792

Text Example


Text Example

White with #BA9792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9792; }

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

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

background-color css

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

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

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

border-color css

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

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

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