Html Css Color HEX #BB9994 Thatch

📋 copy color: '#BB9994'

red 187 ◦ green 153 ◦ blue 148

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

Shades of Thatch #BB9994

Tints of Thatch #BB9994

RGB

 RED value IS 187 (73.44% from 255) = 38.32%

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

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

R = 38.32%
G = 31.35%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BB9994 (or 0xBB9994) is known color: Thatch. HEX triplet: BB, 99 and 94. RGB value is (187,153,148). Sum of RGB (Red+Green+Blue) = 187+153+148=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 148 (58.20% from 255 or 30.33% from 488); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9994 is #44666B. Grayscale: #A2A2A2. Windows color (decimal): -4482668 or 9738683. OLE color: 9738683.

HSL color Cylindrical-coordinate representation of color #BB9994: hue angle of 7.69º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BB9994 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 153 148 -
CMYK 0 0.18 0.21 0.27
HSL 7.69º 0.22% 0.66% -
HSV(B) 7.69º 0.21% 0.73% -
XYZ 37.23 35.49 32.9 -
YUV 162.6 119.76 145.41 -
System Red Green Blue C M Y K H S L
Decimal 187 153 148 0 0.18 0.21 0.27 7.69 0.22 0.66
Hex BB 99 94 0 12 15 1B 8 16 42
Octal 273 231 224 0 22 25 33 10 26 102
Binary 10111011 10011001 10010100 0 10010 10101 11011 1000 10110 1000010

Color Harmonies of #BB9994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9994

Black with #BB9994

Text Example


Text Example

White with #BB9994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9994; }

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

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

background-color css

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

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

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

border-color css

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

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

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