Html Css Color HEX #B09894 Thatch

📋 copy color: '#B09894'

red 176 ◦ green 152 ◦ blue 148

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

Shades of Thatch #B09894

Tints of Thatch #B09894

RGB

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

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

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

R = 36.97%
G = 31.93%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B09894 (or 0xB09894) is known color: Thatch. HEX triplet: B0, 98 and 94. RGB value is (176,152,148). Sum of RGB (Red+Green+Blue) = 176+152+148=476 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.97% from 476); Green value is 152 (59.77% from 255 or 31.93% from 476); Blue value is 148 (58.20% from 255 or 31.09% from 476); Max value from RGB is 176 - color contains mainly: red. Hex color #B09894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09894 is #4F676B. Grayscale: #9E9E9E. Windows color (decimal): -5203820 or 9738416. OLE color: 9738416.

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

Color convert

RGB 176 152 148 -
CMYK 0 0.14 0.16 0.31
HSL 8.57º 0.15% 0.64% -
HSV(B) 8.57º 0.16% 0.69% -
XYZ 34.48 33.82 32.73 -
YUV 158.72 121.95 140.33 -
System Red Green Blue C M Y K H S L
Decimal 176 152 148 0 0.14 0.16 0.31 8.57 0.15 0.64
Hex B0 98 94 0 E 10 1F 9 F 40
Octal 260 230 224 0 16 20 37 11 17 100
Binary 10110000 10011000 10010100 0 1110 10000 11111 1001 1111 1000000

Color Harmonies of #B09894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09894

Black with #B09894

Text Example


Text Example

White with #B09894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09894; }

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

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

background-color css

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

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

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

border-color css

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

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

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