#BE445A

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

Shades of Hippie Pink #BE445A

Tints of Hippie Pink #BE445A

Color information

#BE445A (or 0xBE445A) is unknown color: approx Hippie Pink. HEX triplet: BE, 44 and 5A. RGB value is (190,68,90). Sum of RGB (Red+Green+Blue) = 190+68+90=348 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.60% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 90 (35.55% from 255 or 25.86% from 348); Max value from RGB is 190 - color contains mainly: red. Hex color #BE445A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE445A is #41BBA5. Grayscale: #6B6B6B. Windows color (decimal): -4307878 or 5915838. OLE color: 5915838.

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

Color convert

RGB1906890-
CMYK00.640.530.25
HSL349.18º48.41%50.59%-
HSV(B)349.18º64.21%74.51%-
XYZ25.1515.8211.4-
YUV106.99118.42187.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.60%
GREEN value IS 68 (26.95% from 255) = 19.54%
BLUE value IS 90 (35.55% from 255) = 25.86%
R=54.60%
G=19.54%
B=25.86%

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
Decimal190689000.640.530.25349.1848.4150.59
HexBE445A040351915d3033
Octal276104132010065315356063
Binary10111110100010010110100100000011010111001101011101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE445A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE445A; }

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

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

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

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

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

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

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

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