Html Css Color HEX #BA9791 Thatch

📋 copy color: '#BA9791'

red 186 ◦ green 151 ◦ blue 145

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

Shades of Thatch #BA9791

Tints of Thatch #BA9791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 30.08%

R = 38.59%
G = 31.33%
B = 30.08%

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

#BA9791 (or 0xBA9791) is known color: Thatch. HEX triplet: BA, 97 and 91. RGB value is (186,151,145). Sum of RGB (Red+Green+Blue) = 186+151+145=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 151 (59.38% from 255 or 31.33% from 482); Blue value is 145 (57.03% from 255 or 30.08% from 482); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9791 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9791 is #45686E. Grayscale: #A0A0A0. Windows color (decimal): -4548719 or 9541562. OLE color: 9541562.

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

Color convert

RGB 186 151 145 -
CMYK 0 0.19 0.22 0.27
HSL 8.78º 0.23% 0.65% -
HSV(B) 8.78º 0.22% 0.73% -
XYZ 36.43 34.62 31.55 -
YUV 160.78 119.1 145.99 -
System Red Green Blue C M Y K H S L
Decimal 186 151 145 0 0.19 0.22 0.27 8.78 0.23 0.65
Hex BA 97 91 0 13 16 1B 9 17 41
Octal 272 227 221 0 23 26 33 11 27 101
Binary 10111010 10010111 10010001 0 10011 10110 11011 1001 10111 1000001

Color Harmonies of #BA9791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9791

Black with #BA9791

Text Example


Text Example

White with #BA9791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9791; }

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

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

background-color css

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

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

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

border-color css

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

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

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