Html Css Color HEX #B19491 Thatch

📋 copy color: '#B19491'

red 177 ◦ green 148 ◦ blue 145

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

Shades of Thatch #B19491

Tints of Thatch #B19491

RGB

 RED value IS 177 (69.53% from 255) = 37.66%

 GREEN value IS 148 (58.2% from 255) = 31.49%

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

R = 37.66%
G = 31.49%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B19491 (or 0xB19491) is known color: Thatch. HEX triplet: B1, 94 and 91. RGB value is (177,148,145). Sum of RGB (Red+Green+Blue) = 177+148+145=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 148 (58.20% from 255 or 31.49% from 470); Blue value is 145 (57.03% from 255 or 30.85% from 470); Max value from RGB is 177 - color contains mainly: red. Hex color #B19491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19491 is #4E6B6E. Grayscale: #9C9C9C. Windows color (decimal): -5139311 or 9540785. OLE color: 9540785.

HSL color Cylindrical-coordinate representation of color #B19491: hue angle of 5.62º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B19491 is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 148 145 -
CMYK 0 0.16 0.18 0.31
HSL 5.63º 0.17% 0.63% -
HSV(B) 5.63º 0.18% 0.69% -
XYZ 33.83 32.57 31.29 -
YUV 156.33 121.61 142.74 -
System Red Green Blue C M Y K H S L
Decimal 177 148 145 0 0.16 0.18 0.31 5.63 0.17 0.63
Hex B1 94 91 0 10 12 1F 6 11 3F
Octal 261 224 221 0 20 22 37 6 21 77
Binary 10110001 10010100 10010001 0 10000 10010 11111 110 10001 111111

Color Harmonies of #B19491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19491

Black with #B19491

Text Example


Text Example

White with #B19491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19491; }

 p { color: rgb(177,148,145); }

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

background-color css

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

 a { background-color: rgb(177,148,145); }

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

border-color css

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

 span { border-color: rgb(177,148,145); }

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