Html Css Color HEX #B89994 Thatch

📋 copy color: '#B89994'

red 184 ◦ green 153 ◦ blue 148

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

Shades of Thatch #B89994

Tints of Thatch #B89994

RGB

 RED value IS 184 (72.27% from 255) = 37.94%

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

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

R = 37.94%
G = 31.55%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.20

 K value IS 0.28

RGB Variations

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

Color information

#B89994 (or 0xB89994) is known color: Thatch. HEX triplet: B8, 99 and 94. RGB value is (184,153,148). Sum of RGB (Red+Green+Blue) = 184+153+148=485 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.94% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 148 (58.20% from 255 or 30.52% from 485); Max value from RGB is 184 - color contains mainly: red. Hex color #B89994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89994 is #47666B. Grayscale: #A1A1A1. Windows color (decimal): -4679276 or 9738680. OLE color: 9738680.

HSL color Cylindrical-coordinate representation of color #B89994: hue angle of 8.33º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B89994 is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 153 148 -
CMYK 0 0.17 0.20 0.28
HSL 8.33º 0.2% 0.65% -
HSV(B) 8.33º 0.2% 0.72% -
XYZ 36.5 35.11 32.87 -
YUV 161.7 120.27 143.91 -
System Red Green Blue C M Y K H S L
Decimal 184 153 148 0 0.17 0.20 0.28 8.33 0.2 0.65
Hex B8 99 94 0 11 14 1C 8 14 41
Octal 270 231 224 0 21 24 34 10 24 101
Binary 10111000 10011001 10010100 0 10001 10100 11100 1000 10100 1000001

Color Harmonies of #B89994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89994

Black with #B89994

Text Example


Text Example

White with #B89994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89994; }

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

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

background-color css

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

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

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

border-color css

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

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

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