#B29B9F

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

Shades of Careys Pink #B29B9F

Tints of Careys Pink #B29B9F

Color information

#B29B9F (or 0xB29B9F) is unknown color: approx Careys Pink. HEX triplet: B2, 9B and 9F. RGB value is (178,155,159). Sum of RGB (Red+Green+Blue) = 178+155+159=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 155 (60.94% from 255 or 31.50% from 492); Blue value is 159 (62.5% from 255 or 32.32% from 492); Max value from RGB is 178 - color contains mainly: red. Hex color #B29B9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29B9F is #4D6460. Grayscale: #A2A2A2. Windows color (decimal): -5071969 or 10460082. OLE color: 10460082.

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

Color convert

RGB178155159-
CMYK00.130.110.30
HSL349.57º12.99%65.29%-
HSV(B)349.57º12.92%69.8%-
XYZ36.3435.4137.72-
YUV162.33126.12139.17-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.18%
GREEN value IS 155 (60.94% from 255) = 31.50%
BLUE value IS 159 (62.5% from 255) = 32.32%
R=36.18%
G=31.50%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815515900.130.110.30349.5712.9965.29
HexB29B9F0DB1E15ed41
Octal262233237015133653615101
Binary1011001010011011100111110110110111111010101111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29B9F; }

 p { color: rgb(178,155,159); }

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

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

 a { background-color: rgb(178,155,159); }

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

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

 span { border-color: rgb(178,155,159); }

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