#BB968F

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

Shades of Thatch #BB968F

Tints of Thatch #BB968F

Color information

#BB968F (or 0xBB968F) is unknown color: approx Thatch. HEX triplet: BB, 96 and 8F. RGB value is (187,150,143). Sum of RGB (Red+Green+Blue) = 187+150+143=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 150 (58.98% from 255 or 31.25% from 480); Blue value is 143 (56.25% from 255 or 29.79% from 480); Max value from RGB is 187 - color contains mainly: red. Hex color #BB968F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB968F is #446970. Grayscale: #A0A0A0. Windows color (decimal): -4483441 or 9410235. OLE color: 9410235.

HSL color Cylindrical-coordinate representation of color #BB968F: hue angle of 9.55º 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 #BB968F is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB187150143-
CMYK00.200.240.27
HSL9.55º24.44%64.71%-
HSV(B)9.55º23.53%73.33%-
XYZ36.3634.3630.7-
YUV160.26118.26147.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.96%
GREEN value IS 150 (58.98% from 255) = 31.25%
BLUE value IS 143 (56.25% from 255) = 29.79%
R=38.96%
G=31.25%
B=29.79%

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
Decimal18715014300.200.240.279.5524.4464.71
HexBB968F014181Ba1841
Octal27322621702430331230101
Binary10111011100101101000111101010011000110111010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB968F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB968F; }

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

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

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

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

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

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

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

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