Html Css Color HEX #B19693 Thatch

📋 copy color: '#B19693'

red 177 ◦ green 150 ◦ blue 147

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

Shades of Thatch #B19693

Tints of Thatch #B19693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 31.01%

R = 37.34%
G = 31.65%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#B19693 (or 0xB19693) is known color: Thatch. HEX triplet: B1, 96 and 93. RGB value is (177,150,147). Sum of RGB (Red+Green+Blue) = 177+150+147=474 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.34% from 474); Green value is 150 (58.98% from 255 or 31.65% from 474); Blue value is 147 (57.81% from 255 or 31.01% from 474); Max value from RGB is 177 - color contains mainly: red. Hex color #B19693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19693 is #4E696C. Grayscale: #9D9D9D. Windows color (decimal): -5138797 or 9672369. OLE color: 9672369.

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

Color convert

RGB 177 150 147 -
CMYK 0 0.15 0.17 0.31
HSL 0.16% 0.64% -
HSV(B) 0.17% 0.69% -
XYZ 34.3 33.27 32.22 -
YUV 157.73 121.95 141.74 -
System Red Green Blue C M Y K H S L
Decimal 177 150 147 0 0.15 0.17 0.31 6 0.16 0.64
Hex B1 96 93 0 F 11 1F 6 10 40
Octal 261 226 223 0 17 21 37 6 20 100
Binary 10110001 10010110 10010011 0 1111 10001 11111 110 10000 1000000

Color Harmonies of #B19693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19693

Black with #B19693

Text Example


Text Example

White with #B19693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19693; }

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

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

background-color css

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

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

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

border-color css

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

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

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