#B2405B

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

Shades of Hippie Pink #B2405B

Tints of Hippie Pink #B2405B

Color information

#B2405B (or 0xB2405B) is unknown color: approx Hippie Pink. HEX triplet: B2, 40 and 5B. RGB value is (178,64,91). Sum of RGB (Red+Green+Blue) = 178+64+91=333 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.45% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 178 - color contains mainly: red. Hex color #B2405B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2405B is #4DBFA4. Grayscale: #656565. Windows color (decimal): -5095333 or 5980338. OLE color: 5980338.

HSL color Cylindrical-coordinate representation of color #B2405B: hue angle of 345.79º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B2405B is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB1786491-
CMYK00.640.490.30
HSL345.79º47.11%47.45%-
HSV(B)345.79º64.04%69.8%-
XYZ22.0813.8911.41-
YUV101.16122.27182.8-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.45%
GREEN value IS 64 (25.39% from 255) = 19.22%
BLUE value IS 91 (35.94% from 255) = 27.33%
R=53.45%
G=19.22%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178649100.640.490.30345.7947.1147.45
HexB2405B040311E15a2f2f
Octal262100133010061365325757
Binary10110010100000010110110100000011000111110101011010101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2405B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2405B; }

 p { color: rgb(178,64,91); }

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

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

 a { background-color: rgb(178,64,91); }

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

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

 span { border-color: rgb(178,64,91); }

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