#BE9599

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

Shades of Careys Pink #BE9599

Tints of Careys Pink #BE9599

Color information

#BE9599 (or 0xBE9599) is unknown color: approx Careys Pink. HEX triplet: BE, 95 and 99. RGB value is (190,149,153). Sum of RGB (Red+Green+Blue) = 190+149+153=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 149 (58.59% from 255 or 30.28% from 492); Blue value is 153 (60.16% from 255 or 31.10% from 492); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9599 is #416A66. Grayscale: #A1A1A1. Windows color (decimal): -4287079 or 10065342. OLE color: 10065342.

HSL color Cylindrical-coordinate representation of color #BE9599: hue angle of 354.15º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BE9599 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB190149153-
CMYK00.220.190.25
HSL354.15º23.98%66.47%-
HSV(B)354.15º21.58%74.51%-
XYZ37.7334.7434.85-
YUV161.72123.08148.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.62%
GREEN value IS 149 (58.59% from 255) = 30.28%
BLUE value IS 153 (60.16% from 255) = 31.10%
R=38.62%
G=30.28%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014915300.220.190.25354.1523.9866.47
HexBE959901613191621842
Octal276225231026233154230102
Binary1011111010010101100110010101101001111001101100010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9599; }

 p { color: rgb(190,149,153); }

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

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

 a { background-color: rgb(190,149,153); }

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

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

 span { border-color: rgb(190,149,153); }

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