#B29899

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

Shades of Careys Pink #B29899

Tints of Careys Pink #B29899

Color information

#B29899 (or 0xB29899) is unknown color: approx Careys Pink. HEX triplet: B2, 98 and 99. RGB value is (178,152,153). Sum of RGB (Red+Green+Blue) = 178+152+153=483 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.85% from 483); Green value is 152 (59.77% from 255 or 31.47% from 483); Blue value is 153 (60.16% from 255 or 31.68% from 483); Max value from RGB is 178 - color contains mainly: red. Hex color #B29899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29899 is #4D6766. Grayscale: #9F9F9F. Windows color (decimal): -5072743 or 10066098. OLE color: 10066098.

HSL color Cylindrical-coordinate representation of color #B29899: hue angle of 357.69º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B29899 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB178152153-
CMYK00.150.140.30
HSL357.69º14.44%64.71%-
HSV(B)357.69º14.61%69.8%-
XYZ35.3434.2234.88-
YUV159.89124.11140.92-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.85%
GREEN value IS 152 (59.77% from 255) = 31.47%
BLUE value IS 153 (60.16% from 255) = 31.68%
R=36.85%
G=31.47%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815215300.150.140.30357.6914.4464.71
HexB298990FE1E166e41
Octal262230231017163654616101
Binary1011001010011000100110010111111101111010110011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29899; }

 p { color: rgb(178,152,153); }

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

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

 a { background-color: rgb(178,152,153); }

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

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

 span { border-color: rgb(178,152,153); }

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