#B0445A

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

Shades of Hippie Pink #B0445A

Tints of Hippie Pink #B0445A

Color information

#B0445A (or 0xB0445A) is unknown color: approx Hippie Pink. HEX triplet: B0, 44 and 5A. RGB value is (176,68,90). Sum of RGB (Red+Green+Blue) = 176+68+90=334 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.69% from 334); Green value is 68 (26.95% from 255 or 20.36% from 334); Blue value is 90 (35.55% from 255 or 26.95% from 334); Max value from RGB is 176 - color contains mainly: red. Hex color #B0445A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0445A is #4FBBA5. Grayscale: #666666. Windows color (decimal): -5225382 or 5915824. OLE color: 5915824.

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

Color convert

RGB1766890-
CMYK00.610.490.31
HSL347.78º44.26%47.84%-
HSV(B)347.78º61.36%69.02%-
XYZ21.8214.111.25-
YUV102.8120.78180.21-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.69%
GREEN value IS 68 (26.95% from 255) = 20.36%
BLUE value IS 90 (35.55% from 255) = 26.95%
R=52.69%
G=20.36%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176689000.610.490.31347.7844.2647.84
HexB0445A03D311F15c2c30
Octal26010413207561375345460
Binary1011000010001001011010011110111000111111101011100101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0445A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0445A; }

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

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

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

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

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

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

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

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