#BE455A

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

Shades of Hippie Pink #BE455A

Tints of Hippie Pink #BE455A

Color information

#BE455A (or 0xBE455A) is unknown color: approx Hippie Pink. HEX triplet: BE, 45 and 5A. RGB value is (190,69,90). Sum of RGB (Red+Green+Blue) = 190+69+90=349 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.44% from 349); Green value is 69 (27.34% from 255 or 19.77% from 349); Blue value is 90 (35.55% from 255 or 25.79% from 349); Max value from RGB is 190 - color contains mainly: red. Hex color #BE455A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE455A is #41BAA5. Grayscale: #6B6B6B. Windows color (decimal): -4307622 or 5916094. OLE color: 5916094.

HSL color Cylindrical-coordinate representation of color #BE455A: hue angle of 349.59º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE455A is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB1906990-
CMYK00.640.530.25
HSL349.59º48.21%50.78%-
HSV(B)349.59º63.68%74.51%-
XYZ25.2115.9411.42-
YUV107.57118.09186.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.44%
GREEN value IS 69 (27.34% from 255) = 19.77%
BLUE value IS 90 (35.55% from 255) = 25.79%
R=54.44%
G=19.77%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190699000.640.530.25349.5948.2150.78
HexBE455A040351915e3033
Octal276105132010065315366063
Binary10111110100010110110100100000011010111001101011110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE455A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE455A; }

 p { color: rgb(190,69,90); }

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

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

 a { background-color: rgb(190,69,90); }

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

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

 span { border-color: rgb(190,69,90); }

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