#B59495

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

Shades of Careys Pink #B59495

Tints of Careys Pink #B59495

Color information

#B59495 (or 0xB59495) is unknown color: approx Careys Pink. HEX triplet: B5, 94 and 95. RGB value is (181,148,149). Sum of RGB (Red+Green+Blue) = 181+148+149=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 148 (58.20% from 255 or 30.96% from 478); Blue value is 149 (58.59% from 255 or 31.17% from 478); Max value from RGB is 181 - color contains mainly: red. Hex color #B59495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59495 is #4A6B6A. Grayscale: #9E9E9E. Windows color (decimal): -4877163 or 9802933. OLE color: 9802933.

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

Color convert

RGB181148149-
CMYK00.180.180.29
HSL358.18º18.23%64.51%-
HSV(B)358.18º18.23%70.98%-
XYZ35.0733.1732.99-
YUV157.98122.93144.42-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.87%
GREEN value IS 148 (58.20% from 255) = 30.96%
BLUE value IS 149 (58.59% from 255) = 31.17%
R=37.87%
G=30.96%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114814900.180.180.29358.1818.2364.51
HexB59495012121D1661241
Octal265224225022223554622101
Binary1011010110010100100101010100101001011101101100110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59495; }

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

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

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

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

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

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

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

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