Html Css Color HEX #B09A95 Thatch

📋 copy color: '#B09A95'

red 176 ◦ green 154 ◦ blue 149

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

Shades of Thatch #B09A95

Tints of Thatch #B09A95

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.15%

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

R = 36.74%
G = 32.15%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B09A95 (or 0xB09A95) is known color: Thatch. HEX triplet: B0, 9A and 95. RGB value is (176,154,149). Sum of RGB (Red+Green+Blue) = 176+154+149=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 154 (60.55% from 255 or 32.15% from 479); Blue value is 149 (58.59% from 255 or 31.11% from 479); Max value from RGB is 176 - color contains mainly: red. Hex color #B09A95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09A95 is #4F656A. Grayscale: #A0A0A0. Windows color (decimal): -5203307 or 9804464. OLE color: 9804464.

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

Color convert

RGB 176 154 149 -
CMYK 0 0.12 0.15 0.31
HSL 11.11º 0.15% 0.64% -
HSV(B) 11.11º 0.15% 0.69% -
XYZ 34.88 34.51 33.26 -
YUV 160.01 121.79 139.41 -
System Red Green Blue C M Y K H S L
Decimal 176 154 149 0 0.12 0.15 0.31 11.11 0.15 0.64
Hex B0 9A 95 0 C F 1F B F 40
Octal 260 232 225 0 14 17 37 13 17 100
Binary 10110000 10011010 10010101 0 1100 1111 11111 1011 1111 1000000

Color Harmonies of #B09A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09A95

Black with #B09A95

Text Example


Text Example

White with #B09A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09A95; }

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

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

background-color css

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

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

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

border-color css

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

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

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