#B83E54

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

Shades of Hippie Pink #B83E54

Tints of Hippie Pink #B83E54

Color information

#B83E54 (or 0xB83E54) is unknown color: approx Hippie Pink. HEX triplet: B8, 3E and 54. RGB value is (184,62,84). Sum of RGB (Red+Green+Blue) = 184+62+84=330 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.76% from 330); Green value is 62 (24.61% from 255 or 18.79% from 330); Blue value is 84 (33.20% from 255 or 25.45% from 330); Max value from RGB is 184 - color contains mainly: red. Hex color #B83E54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83E54 is #47C1AB. Grayscale: #656565. Windows color (decimal): -4702636 or 5521080. OLE color: 5521080.

HSL color Cylindrical-coordinate representation of color #B83E54: hue angle of 349.18º degrees, saturation: 0.5, 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 #B83E54 is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB1846284-
CMYK00.660.540.28
HSL349.18º49.59%48.24%-
HSV(B)349.18º66.3%72.16%-
XYZ23.0914.289.93-
YUV100.99118.42187.21-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 55.76%
GREEN value IS 62 (24.61% from 255) = 18.79%
BLUE value IS 84 (33.20% from 255) = 25.45%
R=55.76%
G=18.79%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184628400.660.540.28349.1849.5948.24
HexB83E54042361C15d3230
Octal27076124010266345356260
Binary1011100011111010101000100001011011011100101011101110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83E54; }

 p { color: rgb(184,62,84); }

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

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

 a { background-color: rgb(184,62,84); }

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

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

 span { border-color: rgb(184,62,84); }

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