Html Css Color HEX #B19692 Thatch

📋 copy color: '#B19692'

red 177 ◦ green 150 ◦ blue 146

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

Shades of Thatch #B19692

Tints of Thatch #B19692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.87%

R = 37.42%
G = 31.71%
B = 30.87%

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

#B19692 (or 0xB19692) is known color: Thatch. HEX triplet: B1, 96 and 92. RGB value is (177,150,146). Sum of RGB (Red+Green+Blue) = 177+150+146=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 146 (57.42% from 255 or 30.87% from 473); Max value from RGB is 177 - color contains mainly: red. Hex color #B19692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19692 is #4E696D. Grayscale: #9D9D9D. Windows color (decimal): -5138798 or 9606833. OLE color: 9606833.

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

Color convert

RGB 177 150 146 -
CMYK 0 0.15 0.18 0.31
HSL 7.74º 0.17% 0.63% -
HSV(B) 7.74º 0.18% 0.69% -
XYZ 34.23 33.24 31.81 -
YUV 157.62 121.45 141.83 -
System Red Green Blue C M Y K H S L
Decimal 177 150 146 0 0.15 0.18 0.31 7.74 0.17 0.63
Hex B1 96 92 0 F 12 1F 8 11 3F
Octal 261 226 222 0 17 22 37 10 21 77
Binary 10110001 10010110 10010010 0 1111 10010 11111 1000 10001 111111

Color Harmonies of #B19692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19692

Black with #B19692

Text Example


Text Example

White with #B19692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19692; }

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

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

background-color css

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

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

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

border-color css

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

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

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