#B43D52

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

Shades of Hippie Pink #B43D52

Tints of Hippie Pink #B43D52

Color information

#B43D52 (or 0xB43D52) is unknown color: approx Hippie Pink. HEX triplet: B4, 3D and 52. RGB value is (180,61,82). Sum of RGB (Red+Green+Blue) = 180+61+82=323 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.73% from 323); Green value is 61 (24.22% from 255 or 18.89% from 323); Blue value is 82 (32.42% from 255 or 25.39% from 323); Max value from RGB is 180 - color contains mainly: red. Hex color #B43D52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43D52 is #4BC2AD. Grayscale: #636363. Windows color (decimal): -4965038 or 5389748. OLE color: 5389748.

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

Color convert

RGB1806182-
CMYK00.660.540.29
HSL349.41º49.38%47.25%-
HSV(B)349.41º66.11%70.59%-
XYZ22.0113.659.46-
YUV98.98118.42185.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.73%
GREEN value IS 61 (24.22% from 255) = 18.89%
BLUE value IS 82 (32.42% from 255) = 25.39%
R=55.73%
G=18.89%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180618200.660.540.29349.4149.3847.25
HexB43D52042361D15d312f
Octal26475122010266355356157
Binary1011010011110110100100100001011011011101101011101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43D52; }

 p { color: rgb(180,61,82); }

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

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

 a { background-color: rgb(180,61,82); }

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

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

 span { border-color: rgb(180,61,82); }

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