Html Css Color HEX #B89996 Thatch

📋 copy color: '#B89996'

red 184 ◦ green 153 ◦ blue 150

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

Shades of Thatch #B89996

Tints of Thatch #B89996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.8%

R = 37.78%
G = 31.42%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.18

 K value IS 0.28

RGB Variations

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

Color information

#B89996 (or 0xB89996) is known color: Thatch. HEX triplet: B8, 99 and 96. RGB value is (184,153,150). Sum of RGB (Red+Green+Blue) = 184+153+150=487 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.78% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 150 (58.98% from 255 or 30.80% from 487); Max value from RGB is 184 - color contains mainly: red. Hex color #B89996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89996 is #476669. Grayscale: #A1A1A1. Windows color (decimal): -4679274 or 9869752. OLE color: 9869752.

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

Color convert

RGB 184 153 150 -
CMYK 0 0.17 0.18 0.28
HSL 5.29º 0.19% 0.65% -
HSV(B) 5.29º 0.18% 0.72% -
XYZ 36.66 35.17 33.71 -
YUV 161.93 121.27 143.74 -
System Red Green Blue C M Y K H S L
Decimal 184 153 150 0 0.17 0.18 0.28 5.29 0.19 0.65
Hex B8 99 96 0 11 12 1C 5 13 41
Octal 270 231 226 0 21 22 34 5 23 101
Binary 10111000 10011001 10010110 0 10001 10010 11100 101 10011 1000001

Color Harmonies of #B89996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89996

Black with #B89996

Text Example


Text Example

White with #B89996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89996; }

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

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

background-color css

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

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

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

border-color css

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

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

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