#B73D56

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

Shades of Hippie Pink #B73D56

Tints of Hippie Pink #B73D56

Color information

#B73D56 (or 0xB73D56) is unknown color: approx Hippie Pink. HEX triplet: B7, 3D and 56. RGB value is (183,61,86). Sum of RGB (Red+Green+Blue) = 183+61+86=330 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.45% from 330); Green value is 61 (24.22% from 255 or 18.48% from 330); Blue value is 86 (33.98% from 255 or 26.06% from 330); Max value from RGB is 183 - color contains mainly: red. Hex color #B73D56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73D56 is #48C2A9. Grayscale: #646464. Windows color (decimal): -4768426 or 5651895. OLE color: 5651895.

HSL color Cylindrical-coordinate representation of color #B73D56: hue angle of 347.7º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B73D56 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.28.

Color convert

RGB1836186-
CMYK00.670.530.28
HSL347.7º50%47.84%-
HSV(B)347.7º66.67%71.76%-
XYZ22.8814.0810.32-
YUV100.33119.92186.97-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.45%
GREEN value IS 61 (24.22% from 255) = 18.48%
BLUE value IS 86 (33.98% from 255) = 26.06%
R=55.45%
G=18.48%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.53
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183618600.670.530.28347.75047.84
HexB73D56043351C15c3230
Octal26775126010365345346260
Binary1011011111110110101100100001111010111100101011100110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73D56; }

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

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

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

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

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

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

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

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