#B3425A

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

Shades of Hippie Pink #B3425A

Tints of Hippie Pink #B3425A

Color information

#B3425A (or 0xB3425A) is unknown color: approx Hippie Pink. HEX triplet: B3, 42 and 5A. RGB value is (179,66,90). Sum of RGB (Red+Green+Blue) = 179+66+90=335 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.43% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 90 (35.55% from 255 or 26.87% from 335); Max value from RGB is 179 - color contains mainly: red. Hex color #B3425A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3425A is #4CBDA5. Grayscale: #666666. Windows color (decimal): -5029286 or 5915315. OLE color: 5915315.

HSL color Cylindrical-coordinate representation of color #B3425A: hue angle of 347.26º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B3425A is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.30.

Color convert

RGB1796690-
CMYK00.630.500.30
HSL347.26º46.12%48.04%-
HSV(B)347.26º63.13%70.2%-
XYZ22.3814.2211.24-
YUV102.52120.94182.55-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.43%
GREEN value IS 66 (26.17% from 255) = 19.70%
BLUE value IS 90 (35.55% from 255) = 26.87%
R=53.43%
G=19.70%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179669000.630.500.30347.2646.1248.04
HexB3425A03F321E15b2e30
Octal26310213207762365335660
Binary1011001110000101011010011111111001011110101011011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3425A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3425A; }

 p { color: rgb(179,66,90); }

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

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

 a { background-color: rgb(179,66,90); }

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

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

 span { border-color: rgb(179,66,90); }

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