#B83D58

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

Shades of Hippie Pink #B83D58

Tints of Hippie Pink #B83D58

Color information

#B83D58 (or 0xB83D58) is unknown color: approx Hippie Pink. HEX triplet: B8, 3D and 58. RGB value is (184,61,88). Sum of RGB (Red+Green+Blue) = 184+61+88=333 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.26% from 333); Green value is 61 (24.22% from 255 or 18.32% from 333); Blue value is 88 (34.77% from 255 or 26.43% from 333); Max value from RGB is 184 - color contains mainly: red. Hex color #B83D58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83D58 is #47C2A7. Grayscale: #646464. Windows color (decimal): -4702888 or 5782968. OLE color: 5782968.

HSL color Cylindrical-coordinate representation of color #B83D58: hue angle of 346.83º 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 #B83D58 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.28.

Color convert

RGB1846188-
CMYK00.670.520.28
HSL346.83º50.2%48.04%-
HSV(B)346.83º66.85%72.16%-
XYZ23.214.2310.76-
YUV100.85120.75187.3-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 55.26%
GREEN value IS 61 (24.22% from 255) = 18.32%
BLUE value IS 88 (34.77% from 255) = 26.43%
R=55.26%
G=18.32%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184618800.670.520.28346.8350.248.04
HexB83D58043341C15b3230
Octal27075130010364345336260
Binary1011100011110110110000100001111010011100101011011110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83D58; }

 p { color: rgb(184,61,88); }

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

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

 a { background-color: rgb(184,61,88); }

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

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

 span { border-color: rgb(184,61,88); }

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