#B9999F

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

Shades of Careys Pink #B9999F

Tints of Careys Pink #B9999F

Color information

#B9999F (or 0xB9999F) is unknown color: approx Careys Pink. HEX triplet: B9, 99 and 9F. RGB value is (185,153,159). Sum of RGB (Red+Green+Blue) = 185+153+159=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 153 (60.16% from 255 or 30.78% from 497); Blue value is 159 (62.5% from 255 or 31.99% from 497); Max value from RGB is 185 - color contains mainly: red. Hex color #B9999F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9999F is #466660. Grayscale: #A3A3A3. Windows color (decimal): -4613729 or 10459577. OLE color: 10459577.

HSL color Cylindrical-coordinate representation of color #B9999F: hue angle of 348.75º 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 #B9999F is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB185153159-
CMYK00.170.140.27
HSL348.75º18.6%66.27%-
HSV(B)348.75º17.3%72.55%-
XYZ37.6635.637.69-
YUV163.25125.6143.51-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.22%
GREEN value IS 153 (60.16% from 255) = 30.78%
BLUE value IS 159 (62.5% from 255) = 31.99%
R=37.22%
G=30.78%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515315900.170.140.27348.7518.666.27
HexB9999F011E1B15d1342
Octal271231237021163353523102
Binary101110011001100110011111010001111011011101011101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9999F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9999F; }

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

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

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

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

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

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

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

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