#B3999D

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

Shades of Careys Pink #B3999D

Tints of Careys Pink #B3999D

Color information

#B3999D (or 0xB3999D) is unknown color: approx Careys Pink. HEX triplet: B3, 99 and 9D. RGB value is (179,153,157). Sum of RGB (Red+Green+Blue) = 179+153+157=489 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.61% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 157 (61.72% from 255 or 32.11% from 489); Max value from RGB is 179 - color contains mainly: red. Hex color #B3999D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3999D is #4C6662. Grayscale: #A1A1A1. Windows color (decimal): -5006947 or 10328499. OLE color: 10328499.

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

Color convert

RGB179153157-
CMYK00.150.120.30
HSL350.77º14.61%65.1%-
HSV(B)350.77º14.53%70.2%-
XYZ36.0734.836.71-
YUV161.23125.61140.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.61%
GREEN value IS 153 (60.16% from 255) = 31.29%
BLUE value IS 157 (61.72% from 255) = 32.11%
R=36.61%
G=31.29%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915315700.150.120.30350.7714.6165.1
HexB3999D0FC1E15ff41
Octal263231235017143653717101
Binary1011001110011001100111010111111001111010101111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3999D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3999D; }

 p { color: rgb(179,153,157); }

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

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

 a { background-color: rgb(179,153,157); }

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

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

 span { border-color: rgb(179,153,157); }

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