#B3999B

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

Shades of Careys Pink #B3999B

Tints of Careys Pink #B3999B

Color information

#B3999B (or 0xB3999B) is unknown color: approx Careys Pink. HEX triplet: B3, 99 and 9B. RGB value is (179,153,155). Sum of RGB (Red+Green+Blue) = 179+153+155=487 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.76% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 155 (60.94% from 255 or 31.83% from 487); Max value from RGB is 179 - color contains mainly: red. Hex color #B3999B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3999B is #4C6664. Grayscale: #A1A1A1. Windows color (decimal): -5006949 or 10197427. OLE color: 10197427.

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

Color convert

RGB179153155-
CMYK00.150.130.30
HSL355.38º14.61%65.1%-
HSV(B)355.38º14.53%70.2%-
XYZ35.934.7335.82-
YUV161124.61140.84-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.76%
GREEN value IS 153 (60.16% from 255) = 31.42%
BLUE value IS 155 (60.94% from 255) = 31.83%
R=36.76%
G=31.42%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915315500.150.130.30355.3814.6165.1
HexB3999B0FD1E163f41
Octal263231233017153654317101
Binary1011001110011001100110110111111011111010110001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3999B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3999B; }

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

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

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

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

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

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

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

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