#B9999A

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

Shades of Careys Pink #B9999A

Tints of Careys Pink #B9999A

Color information

#B9999A (or 0xB9999A) is unknown color: approx Careys Pink. HEX triplet: B9, 99 and 9A. RGB value is (185,153,154). Sum of RGB (Red+Green+Blue) = 185+153+154=492 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.60% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 154 (60.55% from 255 or 31.30% from 492); Max value from RGB is 185 - color contains mainly: red. Hex color #B9999A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9999A is #466665. Grayscale: #A2A2A2. Windows color (decimal): -4613734 or 10131897. OLE color: 10131897.

HSL color Cylindrical-coordinate representation of color #B9999A: hue angle of 358.12º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B9999A is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB185153154-
CMYK00.170.170.27
HSL358.12º18.6%66.27%-
HSV(B)358.12º17.3%72.55%-
XYZ37.2335.4335.45-
YUV162.68123.1143.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.60%
GREEN value IS 153 (60.16% from 255) = 31.10%
BLUE value IS 154 (60.55% from 255) = 31.30%
R=37.60%
G=31.10%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515315400.170.170.27358.1218.666.27
HexB9999A011111B1661342
Octal271231232021213354623102
Binary1011100110011001100110100100011000111011101100110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9999A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9999A; }

 p { color: rgb(185,153,154); }

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

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

 a { background-color: rgb(185,153,154); }

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

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

 span { border-color: rgb(185,153,154); }

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