Html Css Color HEX #BA9790 Thatch

📋 copy color: '#BA9790'

red 186 ◦ green 151 ◦ blue 144

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

Shades of Thatch #BA9790

Tints of Thatch #BA9790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.94%

R = 38.67%
G = 31.39%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BA9790 (or 0xBA9790) is known color: Thatch. HEX triplet: BA, 97 and 90. RGB value is (186,151,144). Sum of RGB (Red+Green+Blue) = 186+151+144=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 151 (59.38% from 255 or 31.39% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9790 is #45686F. Grayscale: #A0A0A0. Windows color (decimal): -4548720 or 9476026. OLE color: 9476026.

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

Color convert

RGB 186 151 144 -
CMYK 0 0.19 0.23 0.27
HSL 10º 0.23% 0.65% -
HSV(B) 10º 0.23% 0.73% -
XYZ 36.35 34.59 31.15 -
YUV 160.67 118.6 146.07 -
System Red Green Blue C M Y K H S L
Decimal 186 151 144 0 0.19 0.23 0.27 10 0.23 0.65
Hex BA 97 90 0 13 17 1B A 17 41
Octal 272 227 220 0 23 27 33 12 27 101
Binary 10111010 10010111 10010000 0 10011 10111 11011 1010 10111 1000001

Color Harmonies of #BA9790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9790

Black with #BA9790

Text Example


Text Example

White with #BA9790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9790; }

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

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

background-color css

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

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

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

border-color css

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

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

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