#B29798

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

Shades of Careys Pink #B29798

Tints of Careys Pink #B29798

Color information

#B29798 (or 0xB29798) is unknown color: approx Careys Pink. HEX triplet: B2, 97 and 98. RGB value is (178,151,152). Sum of RGB (Red+Green+Blue) = 178+151+152=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 151 (59.38% from 255 or 31.39% from 481); Blue value is 152 (59.77% from 255 or 31.60% from 481); Max value from RGB is 178 - color contains mainly: red. Hex color #B29798 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29798 is #4D6867. Grayscale: #9F9F9F. Windows color (decimal): -5073000 or 10000306. OLE color: 10000306.

HSL color Cylindrical-coordinate representation of color #B29798: hue angle of 357.78º degrees, saturation: 0.15, 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 #B29798 is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB178151152-
CMYK00.150.150.30
HSL357.78º14.92%64.51%-
HSV(B)357.78º15.17%69.8%-
XYZ35.0933.8734.39-
YUV159.19123.95141.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.01%
GREEN value IS 151 (59.38% from 255) = 31.39%
BLUE value IS 152 (59.77% from 255) = 31.60%
R=37.01%
G=31.39%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815115200.150.150.30357.7814.9264.51
HexB297980FF1E166f41
Octal262227230017173654617101
Binary1011001010010111100110000111111111111010110011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29798; }

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

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

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

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

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

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

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

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