#B83F56

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

Shades of Hippie Pink #B83F56

Tints of Hippie Pink #B83F56

Color information

#B83F56 (or 0xB83F56) is unknown color: approx Hippie Pink. HEX triplet: B8, 3F and 56. RGB value is (184,63,86). Sum of RGB (Red+Green+Blue) = 184+63+86=333 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.26% from 333); Green value is 63 (25% from 255 or 18.92% from 333); Blue value is 86 (33.98% from 255 or 25.83% from 333); Max value from RGB is 184 - color contains mainly: red. Hex color #B83F56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83F56 is #47C0A9. Grayscale: #656565. Windows color (decimal): -4702378 or 5652408. OLE color: 5652408.

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

Color convert

RGB1846386-
CMYK00.660.530.28
HSL348.6º48.99%48.43%-
HSV(B)348.6º65.76%72.16%-
XYZ23.2214.4210.36-
YUV101.8119.09186.63-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 55.26%
GREEN value IS 63 (25% from 255) = 18.92%
BLUE value IS 86 (33.98% from 255) = 25.83%
R=55.26%
G=18.92%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.53
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184638600.660.530.28348.648.9948.43
HexB83F56042351C15d3130
Octal27077126010265345356160
Binary1011100011111110101100100001011010111100101011101110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83F56; }

 p { color: rgb(184,63,86); }

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

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

 a { background-color: rgb(184,63,86); }

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

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

 span { border-color: rgb(184,63,86); }

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