#B6454E

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

Shades of Hippie Pink #B6454E

Tints of Hippie Pink #B6454E

Color information

#B6454E (or 0xB6454E) is unknown color: approx Hippie Pink. HEX triplet: B6, 45 and 4E. RGB value is (182,69,78). Sum of RGB (Red+Green+Blue) = 182+69+78=329 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.32% from 329); Green value is 69 (27.34% from 255 or 20.97% from 329); Blue value is 78 (30.86% from 255 or 23.71% from 329); Max value from RGB is 182 - color contains mainly: red. Hex color #B6454E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6454E is #49BAB1. Grayscale: #676767. Windows color (decimal): -4831922 or 5129654. OLE color: 5129654.

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

Color convert

RGB1826978-
CMYK00.620.570.29
HSL355.22º45.02%49.22%-
HSV(B)355.22º62.09%71.37%-
XYZ22.7914.758.85-
YUV103.81113.44183.77-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 55.32%
GREEN value IS 69 (27.34% from 255) = 20.97%
BLUE value IS 78 (30.86% from 255) = 23.71%
R=55.32%
G=20.97%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182697800.620.570.29355.2245.0249.22
HexB6454E03E391D1632d31
Octal26610511607671355435561
Binary1011011010001011001110011111011100111101101100011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6454E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6454E; }

 p { color: rgb(182,69,78); }

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

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

 a { background-color: rgb(182,69,78); }

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

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

 span { border-color: rgb(182,69,78); }

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