#B59395

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

Shades of Careys Pink #B59395

Tints of Careys Pink #B59395

Color information

#B59395 (or 0xB59395) is unknown color: approx Careys Pink. HEX triplet: B5, 93 and 95. RGB value is (181,147,149). Sum of RGB (Red+Green+Blue) = 181+147+149=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 147 (57.81% from 255 or 30.82% from 477); Blue value is 149 (58.59% from 255 or 31.24% from 477); Max value from RGB is 181 - color contains mainly: red. Hex color #B59395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59395 is #4A6C6A. Grayscale: #9D9D9D. Windows color (decimal): -4877419 or 9802677. OLE color: 9802677.

HSL color Cylindrical-coordinate representation of color #B59395: hue angle of 356.47º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B59395 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB181147149-
CMYK00.190.180.29
HSL356.47º18.68%64.31%-
HSV(B)356.47º18.78%70.98%-
XYZ34.9132.8632.94-
YUV157.39123.26144.84-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.95%
GREEN value IS 147 (57.81% from 255) = 30.82%
BLUE value IS 149 (58.59% from 255) = 31.24%
R=37.95%
G=30.82%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114714900.190.180.29356.4718.6864.31
HexB59395013121D1641340
Octal265223225023223554423100
Binary1011010110010011100101010100111001011101101100100100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59395; }

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

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

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

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

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

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

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

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