Html Css Color HEX #B19694 Thatch

📋 copy color: '#B19694'

red 177 ◦ green 150 ◦ blue 148

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

Shades of Thatch #B19694

Tints of Thatch #B19694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.16%

R = 37.26%
G = 31.58%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B19694 (or 0xB19694) is known color: Thatch. HEX triplet: B1, 96 and 94. RGB value is (177,150,148). Sum of RGB (Red+Green+Blue) = 177+150+148=475 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.26% from 475); Green value is 150 (58.98% from 255 or 31.58% from 475); Blue value is 148 (58.20% from 255 or 31.16% from 475); Max value from RGB is 177 - color contains mainly: red. Hex color #B19694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19694 is #4E696B. Grayscale: #9D9D9D. Windows color (decimal): -5138796 or 9737905. OLE color: 9737905.

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

Color convert

RGB 177 150 148 -
CMYK 0 0.15 0.16 0.31
HSL 4.14º 0.16% 0.64% -
HSV(B) 4.14º 0.16% 0.69% -
XYZ 34.38 33.3 32.63 -
YUV 157.85 122.45 141.66 -
System Red Green Blue C M Y K H S L
Decimal 177 150 148 0 0.15 0.16 0.31 4.14 0.16 0.64
Hex B1 96 94 0 F 10 1F 4 10 40
Octal 261 226 224 0 17 20 37 4 20 100
Binary 10110001 10010110 10010100 0 1111 10000 11111 100 10000 1000000

Color Harmonies of #B19694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19694

Black with #B19694

Text Example


Text Example

White with #B19694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19694; }

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

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

background-color css

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

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

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

border-color css

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

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

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