#BB958F

Color #BB958F Thatch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Thatch #BB958F

Tints of Thatch #BB958F

Color information

#BB958F (or 0xBB958F) is unknown color: approx Thatch. HEX triplet: BB, 95 and 8F. RGB value is (187,149,143). Sum of RGB (Red+Green+Blue) = 187+149+143=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 143 (56.25% from 255 or 29.85% from 479); Max value from RGB is 187 - color contains mainly: red. Hex color #BB958F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB958F is #446A70. Grayscale: #9F9F9F. Windows color (decimal): -4483697 or 9409979. OLE color: 9409979.

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

Color convert

RGB187149143-
CMYK00.200.240.27
HSL8.18º24.44%64.71%-
HSV(B)8.18º23.53%73.33%-
XYZ36.234.0430.65-
YUV159.68118.59147.49-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.04%
GREEN value IS 149 (58.59% from 255) = 31.11%
BLUE value IS 143 (56.25% from 255) = 29.85%
R=39.04%
G=31.11%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714914300.200.240.278.1824.4464.71
HexBB958F014181B81841
Octal27322521702430331030101
Binary10111011100101011000111101010011000110111000110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB958F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB958F; }

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

 H1.HeaderClassName
 {
   color: #BB958F;
 }
 .AnyTagClassName
 {
   color: #BB958F;
 }
</style>
background-color css

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

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

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

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

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

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