#B99495

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

Shades of Careys Pink #B99495

Tints of Careys Pink #B99495

Color information

#B99495 (or 0xB99495) is unknown color: approx Careys Pink. HEX triplet: B9, 94 and 95. RGB value is (185,148,149). Sum of RGB (Red+Green+Blue) = 185+148+149=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 148 (58.20% from 255 or 30.71% from 482); Blue value is 149 (58.59% from 255 or 30.91% from 482); Max value from RGB is 185 - color contains mainly: red. Hex color #B99495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99495 is #466B6A. Grayscale: #9F9F9F. Windows color (decimal): -4615019 or 9802937. OLE color: 9802937.

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

Color convert

RGB185148149-
CMYK00.200.190.27
HSL358.38º20.9%65.29%-
HSV(B)358.38º20%72.55%-
XYZ36.0233.6633.03-
YUV159.18122.26146.42-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.38%
GREEN value IS 148 (58.20% from 255) = 30.71%
BLUE value IS 149 (58.59% from 255) = 30.91%
R=38.38%
G=30.71%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514814900.200.190.27358.3820.965.29
HexB99495014131B1661541
Octal271224225024233354625101
Binary1011100110010100100101010101001001111011101100110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99495; }

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

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

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

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

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

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

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

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