#BE9495

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

Shades of Careys Pink #BE9495

Tints of Careys Pink #BE9495

Color information

#BE9495 (or 0xBE9495) is unknown color: approx Careys Pink. HEX triplet: BE, 94 and 95. RGB value is (190,148,149). Sum of RGB (Red+Green+Blue) = 190+148+149=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 148 (58.20% from 255 or 30.39% from 487); Blue value is 149 (58.59% from 255 or 30.60% from 487); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9495 is #416B6A. Grayscale: #A0A0A0. Windows color (decimal): -4287339 or 9802942. OLE color: 9802942.

HSL color Cylindrical-coordinate representation of color #BE9495: hue angle of 358.57º 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 #BE9495 is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB190148149-
CMYK00.220.220.25
HSL358.57º24.42%66.27%-
HSV(B)358.57º22.11%74.51%-
XYZ37.2534.333.09-
YUV160.67121.41148.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.01%
GREEN value IS 148 (58.20% from 255) = 30.39%
BLUE value IS 149 (58.59% from 255) = 30.60%
R=39.01%
G=30.39%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014814900.220.220.25358.5724.4266.27
HexBE949501616191671842
Octal276224225026263154730102
Binary1011111010010100100101010101101011011001101100111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9495; }

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

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

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

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

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

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

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

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