Html Css Color HEX #B09895 Thatch

📋 copy color: '#B09895'

red 176 ◦ green 152 ◦ blue 149

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

Shades of Thatch #B09895

Tints of Thatch #B09895

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.87%

 BLUE value IS 149 (58.59% from 255) = 31.24%

R = 36.9%
G = 31.87%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B09895 (or 0xB09895) is known color: Thatch. HEX triplet: B0, 98 and 95. RGB value is (176,152,149). Sum of RGB (Red+Green+Blue) = 176+152+149=477 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.90% from 477); Green value is 152 (59.77% from 255 or 31.87% from 477); Blue value is 149 (58.59% from 255 or 31.24% from 477); Max value from RGB is 176 - color contains mainly: red. Hex color #B09895 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09895 is #4F676A. Grayscale: #9E9E9E. Windows color (decimal): -5203819 or 9803952. OLE color: 9803952.

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

Color convert

RGB 176 152 149 -
CMYK 0 0.14 0.15 0.31
HSL 6.67º 0.15% 0.64% -
HSV(B) 6.67º 0.15% 0.69% -
XYZ 34.56 33.86 33.15 -
YUV 158.83 122.45 140.24 -
System Red Green Blue C M Y K H S L
Decimal 176 152 149 0 0.14 0.15 0.31 6.67 0.15 0.64
Hex B0 98 95 0 E F 1F 7 F 40
Octal 260 230 225 0 16 17 37 7 17 100
Binary 10110000 10011000 10010101 0 1110 1111 11111 111 1111 1000000

Color Harmonies of #B09895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09895

Black with #B09895

Text Example


Text Example

White with #B09895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09895; }

 p { color: rgb(176,152,149); }

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

background-color css

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

 a { background-color: rgb(176,152,149); }

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

border-color css

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

 span { border-color: rgb(176,152,149); }

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