Html Css Color HEX #BA9591 Thatch

📋 copy color: '#BA9591'

red 186 ◦ green 149 ◦ blue 145

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

Shades of Thatch #BA9591

Tints of Thatch #BA9591

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.04%

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

R = 38.75%
G = 31.04%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BA9591 (or 0xBA9591) is known color: Thatch. HEX triplet: BA, 95 and 91. RGB value is (186,149,145). Sum of RGB (Red+Green+Blue) = 186+149+145=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 149 (58.59% from 255 or 31.04% from 480); Blue value is 145 (57.03% from 255 or 30.21% from 480); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9591 is #456A6E. Grayscale: #9F9F9F. Windows color (decimal): -4549231 or 9541050. OLE color: 9541050.

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

Color convert

RGB 186 149 145 -
CMYK 0 0.20 0.22 0.27
HSL 5.85º 0.23% 0.65% -
HSV(B) 5.85º 0.22% 0.73% -
XYZ 36.11 33.98 31.44 -
YUV 159.61 119.76 146.83 -
System Red Green Blue C M Y K H S L
Decimal 186 149 145 0 0.20 0.22 0.27 5.85 0.23 0.65
Hex BA 95 91 0 14 16 1B 6 17 41
Octal 272 225 221 0 24 26 33 6 27 101
Binary 10111010 10010101 10010001 0 10100 10110 11011 110 10111 1000001

Color Harmonies of #BA9591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9591

Black with #BA9591

Text Example


Text Example

White with #BA9591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9591; }

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

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

background-color css

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

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

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

border-color css

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

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

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