Html Css Color HEX #BB9B95 Thatch

📋 copy color: '#BB9B95'

red 187 ◦ green 155 ◦ blue 149

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

Shades of Thatch #BB9B95

Tints of Thatch #BB9B95

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.57%

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

R = 38.09%
G = 31.57%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BB9B95 (or 0xBB9B95) is known color: Thatch. HEX triplet: BB, 9B and 95. RGB value is (187,155,149). Sum of RGB (Red+Green+Blue) = 187+155+149=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 155 (60.94% from 255 or 31.57% from 491); Blue value is 149 (58.59% from 255 or 30.35% from 491); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9B95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9B95 is #44646A. Grayscale: #A3A3A3. Windows color (decimal): -4482155 or 9804731. OLE color: 9804731.

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

Color convert

RGB 187 155 149 -
CMYK 0 0.17 0.20 0.27
HSL 9.47º 0.22% 0.66% -
HSV(B) 9.47º 0.2% 0.73% -
XYZ 37.64 36.18 33.43 -
YUV 163.88 119.6 144.49 -
System Red Green Blue C M Y K H S L
Decimal 187 155 149 0 0.17 0.20 0.27 9.47 0.22 0.66
Hex BB 9B 95 0 11 14 1B 9 16 42
Octal 273 233 225 0 21 24 33 11 26 102
Binary 10111011 10011011 10010101 0 10001 10100 11011 1001 10110 1000010

Color Harmonies of #BB9B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9B95

Black with #BB9B95

Text Example


Text Example

White with #BB9B95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9B95; }

 p { color: rgb(187,155,149); }

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

background-color css

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

 a { background-color: rgb(187,155,149); }

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

border-color css

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

 span { border-color: rgb(187,155,149); }

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