#B99395

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

Shades of Careys Pink #B99395

Tints of Careys Pink #B99395

Color information

#B99395 (or 0xB99395) is unknown color: approx Careys Pink. HEX triplet: B9, 93 and 95. RGB value is (185,147,149). Sum of RGB (Red+Green+Blue) = 185+147+149=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 147 (57.81% from 255 or 30.56% from 481); Blue value is 149 (58.59% from 255 or 30.98% from 481); Max value from RGB is 185 - color contains mainly: red. Hex color #B99395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99395 is #466C6A. Grayscale: #9E9E9E. Windows color (decimal): -4615275 or 9802681. OLE color: 9802681.

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

Color convert

RGB185147149-
CMYK00.210.190.27
HSL356.84º21.35%65.1%-
HSV(B)356.84º20.54%72.55%-
XYZ35.8733.3532.98-
YUV158.59122.59146.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.46%
GREEN value IS 147 (57.81% from 255) = 30.56%
BLUE value IS 149 (58.59% from 255) = 30.98%
R=38.46%
G=30.56%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514714900.210.190.27356.8421.3565.1
HexB99395015131B1651541
Octal271223225025233354525101
Binary1011100110010011100101010101011001111011101100101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99395; }

 p { color: rgb(185,147,149); }

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

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

 a { background-color: rgb(185,147,149); }

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

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

 span { border-color: rgb(185,147,149); }

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