Html Css Color HEX #B19691 Thatch

📋 copy color: '#B19691'

red 177 ◦ green 150 ◦ blue 145

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

Shades of Thatch #B19691

Tints of Thatch #B19691

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.78%

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

R = 37.5%
G = 31.78%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B19691 (or 0xB19691) is known color: Thatch. HEX triplet: B1, 96 and 91. RGB value is (177,150,145). Sum of RGB (Red+Green+Blue) = 177+150+145=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 145 (57.03% from 255 or 30.72% from 472); Max value from RGB is 177 - color contains mainly: red. Hex color #B19691 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19691 is #4E696E. Grayscale: #9D9D9D. Windows color (decimal): -5138799 or 9541297. OLE color: 9541297.

HSL color Cylindrical-coordinate representation of color #B19691: hue angle of 9.38º 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 #B19691 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 150 145 -
CMYK 0 0.15 0.18 0.31
HSL 9.38º 0.17% 0.63% -
HSV(B) 9.38º 0.18% 0.69% -
XYZ 34.15 33.2 31.4 -
YUV 157.5 120.95 141.91 -
System Red Green Blue C M Y K H S L
Decimal 177 150 145 0 0.15 0.18 0.31 9.38 0.17 0.63
Hex B1 96 91 0 F 12 1F 9 11 3F
Octal 261 226 221 0 17 22 37 11 21 77
Binary 10110001 10010110 10010001 0 1111 10010 11111 1001 10001 111111

Color Harmonies of #B19691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19691

Black with #B19691

Text Example


Text Example

White with #B19691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19691; }

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

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

background-color css

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

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

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

border-color css

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

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

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