Html Css Color HEX #B09694 Thatch

📋 copy color: '#B09694'

red 176 ◦ green 150 ◦ blue 148

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

Shades of Thatch #B09694

Tints of Thatch #B09694

RGB

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

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

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

R = 37.13%
G = 31.65%
B = 31.22%

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

#B09694 (or 0xB09694) is known color: Thatch. HEX triplet: B0, 96 and 94. RGB value is (176,150,148). Sum of RGB (Red+Green+Blue) = 176+150+148=474 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.13% from 474); Green value is 150 (58.98% from 255 or 31.65% from 474); Blue value is 148 (58.20% from 255 or 31.22% from 474); Max value from RGB is 176 - color contains mainly: red. Hex color #B09694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09694 is #4F696B. Grayscale: #9D9D9D. Windows color (decimal): -5204332 or 9737904. OLE color: 9737904.

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

Color convert

RGB 176 150 148 -
CMYK 0 0.15 0.16 0.31
HSL 4.29º 0.15% 0.64% -
HSV(B) 4.29º 0.16% 0.69% -
XYZ 34.16 33.18 32.62 -
YUV 157.55 122.61 141.16 -
System Red Green Blue C M Y K H S L
Decimal 176 150 148 0 0.15 0.16 0.31 4.29 0.15 0.64
Hex B0 96 94 0 F 10 1F 4 F 40
Octal 260 226 224 0 17 20 37 4 17 100
Binary 10110000 10010110 10010100 0 1111 10000 11111 100 1111 1000000

Color Harmonies of #B09694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09694

Black with #B09694

Text Example


Text Example

White with #B09694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09694; }

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

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

background-color css

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

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

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

border-color css

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

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

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