Html Css Color HEX #B09994 Thatch

📋 copy color: '#B09994'

red 176 ◦ green 153 ◦ blue 148

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

Shades of Thatch #B09994

Tints of Thatch #B09994

RGB

 RED value IS 176 (69.14% from 255) = 36.9%

 GREEN value IS 153 (60.16% from 255) = 32.08%

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

R = 36.9%
G = 32.08%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B09994 (or 0xB09994) is known color: Thatch. HEX triplet: B0, 99 and 94. RGB value is (176,153,148). Sum of RGB (Red+Green+Blue) = 176+153+148=477 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.90% from 477); Green value is 153 (60.16% from 255 or 32.08% from 477); Blue value is 148 (58.20% from 255 or 31.03% from 477); Max value from RGB is 176 - color contains mainly: red. Hex color #B09994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09994 is #4F666B. Grayscale: #9F9F9F. Windows color (decimal): -5203564 or 9738672. OLE color: 9738672.

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

Color convert

RGB 176 153 148 -
CMYK 0 0.13 0.16 0.31
HSL 10.71º 0.15% 0.64% -
HSV(B) 10.71º 0.16% 0.69% -
XYZ 34.64 34.15 32.78 -
YUV 159.31 121.62 139.91 -
System Red Green Blue C M Y K H S L
Decimal 176 153 148 0 0.13 0.16 0.31 10.71 0.15 0.64
Hex B0 99 94 0 D 10 1F B F 40
Octal 260 231 224 0 15 20 37 13 17 100
Binary 10110000 10011001 10010100 0 1101 10000 11111 1011 1111 1000000

Color Harmonies of #B09994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09994

Black with #B09994

Text Example


Text Example

White with #B09994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09994; }

 p { color: rgb(176,153,148); }

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

background-color css

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

 a { background-color: rgb(176,153,148); }

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

border-color css

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

 span { border-color: rgb(176,153,148); }

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