#B33D56

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

Shades of Hippie Pink #B33D56

Tints of Hippie Pink #B33D56

Color information

#B33D56 (or 0xB33D56) is unknown color: approx Hippie Pink. HEX triplet: B3, 3D and 56. RGB value is (179,61,86). Sum of RGB (Red+Green+Blue) = 179+61+86=326 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.91% from 326); Green value is 61 (24.22% from 255 or 18.71% from 326); Blue value is 86 (33.98% from 255 or 26.38% from 326); Max value from RGB is 179 - color contains mainly: red. Hex color #B33D56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33D56 is #4CC2A9. Grayscale: #636363. Windows color (decimal): -5030570 or 5651891. OLE color: 5651891.

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

Color convert

RGB1796186-
CMYK00.660.520.30
HSL347.29º49.17%47.06%-
HSV(B)347.29º65.92%70.2%-
XYZ21.9413.5910.27-
YUV99.13120.59184.97-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 54.91%
GREEN value IS 61 (24.22% from 255) = 18.71%
BLUE value IS 86 (33.98% from 255) = 26.38%
R=54.91%
G=18.71%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179618600.660.520.30347.2949.1747.06
HexB33D56042341E15b312f
Octal26375126010264365336157
Binary1011001111110110101100100001011010011110101011011110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33D56; }

 p { color: rgb(179,61,86); }

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

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

 a { background-color: rgb(179,61,86); }

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

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

 span { border-color: rgb(179,61,86); }

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