#B45153

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

Shades of Hippie Pink #B45153

Tints of Hippie Pink #B45153

Color information

#B45153 (or 0xB45153) is unknown color: approx Hippie Pink. HEX triplet: B4, 51 and 53. RGB value is (180,81,83). Sum of RGB (Red+Green+Blue) = 180+81+83=344 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.33% from 344); Green value is 81 (32.03% from 255 or 23.55% from 344); Blue value is 83 (32.81% from 255 or 24.13% from 344); Max value from RGB is 180 - color contains mainly: red. Hex color #B45153 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45153 is #4BAEAC. Grayscale: #6E6E6E. Windows color (decimal): -4959917 or 5460404. OLE color: 5460404.

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

Color convert

RGB1808183-
CMYK00.550.540.29
HSL358.79º39.76%51.18%-
HSV(B)358.79º55%70.59%-
XYZ23.3316.2110.08-
YUV110.83112.3177.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.33%
GREEN value IS 81 (32.03% from 255) = 23.55%
BLUE value IS 83 (32.81% from 255) = 24.13%
R=52.33%
G=23.55%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180818300.550.540.29358.7939.7651.18
HexB45153037361D1672833
Octal26412112306766355475063
Binary1011010010100011010011011011111011011101101100111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45153; }

 p { color: rgb(180,81,83); }

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

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

 a { background-color: rgb(180,81,83); }

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

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

 span { border-color: rgb(180,81,83); }

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