#B54651

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

Shades of Hippie Pink #B54651

Tints of Hippie Pink #B54651

Color information

#B54651 (or 0xB54651) is unknown color: approx Hippie Pink. HEX triplet: B5, 46 and 51. RGB value is (181,70,81). Sum of RGB (Red+Green+Blue) = 181+70+81=332 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.52% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 81 (32.03% from 255 or 24.40% from 332); Max value from RGB is 181 - color contains mainly: red. Hex color #B54651 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54651 is #4AB9AE. Grayscale: #686868. Windows color (decimal): -4897199 or 5326517. OLE color: 5326517.

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

Color convert

RGB1817081-
CMYK00.610.550.29
HSL354.05º44.22%49.22%-
HSV(B)354.05º61.33%70.98%-
XYZ22.7314.89.44-
YUV104.44114.77182.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.52%
GREEN value IS 70 (27.73% from 255) = 21.08%
BLUE value IS 81 (32.03% from 255) = 24.40%
R=54.52%
G=21.08%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181708100.610.550.29354.0544.2249.22
HexB5465103D371D1622c31
Octal26510612107567355425461
Binary1011010110001101010001011110111011111101101100010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54651; }

 p { color: rgb(181,70,81); }

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

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

 a { background-color: rgb(181,70,81); }

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

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

 span { border-color: rgb(181,70,81); }

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