#B2404D

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

Shades of Hippie Pink #B2404D

Tints of Hippie Pink #B2404D

Color information

#B2404D (or 0xB2404D) is unknown color: approx Hippie Pink. HEX triplet: B2, 40 and 4D. RGB value is (178,64,77). Sum of RGB (Red+Green+Blue) = 178+64+77=319 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.80% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 178 - color contains mainly: red. Hex color #B2404D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2404D is #4DBFB2. Grayscale: #636363. Windows color (decimal): -5095347 or 5062834. OLE color: 5062834.

HSL color Cylindrical-coordinate representation of color #B2404D: hue angle of 353.16º 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 #B2404D is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB1786477-
CMYK00.640.570.30
HSL353.16º47.11%47.45%-
HSV(B)353.16º64.04%69.8%-
XYZ21.5313.678.52-
YUV99.57115.27183.94-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 55.80%
GREEN value IS 64 (25.39% from 255) = 20.06%
BLUE value IS 77 (30.47% from 255) = 24.14%
R=55.80%
G=20.06%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.57
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178647700.640.570.30353.1647.1147.45
HexB2404D040391E1612f2f
Octal262100115010071365415757
Binary10110010100000010011010100000011100111110101100001101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2404D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2404D; }

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

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

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

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

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

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

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

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