#B83D5C

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

Shades of Hippie Pink #B83D5C

Tints of Hippie Pink #B83D5C

Color information

#B83D5C (or 0xB83D5C) is unknown color: approx Hippie Pink. HEX triplet: B8, 3D and 5C. RGB value is (184,61,92). Sum of RGB (Red+Green+Blue) = 184+61+92=337 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.60% from 337); Green value is 61 (24.22% from 255 or 18.10% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 184 - color contains mainly: red. Hex color #B83D5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83D5C is #47C2A3. Grayscale: #656565. Windows color (decimal): -4702884 or 6045112. OLE color: 6045112.

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

Color convert

RGB1846192-
CMYK00.670.500.28
HSL344.88º50.2%48.04%-
HSV(B)344.88º66.85%72.16%-
XYZ23.3714.311.65-
YUV101.31122.75186.98-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 54.60%
GREEN value IS 61 (24.22% from 255) = 18.10%
BLUE value IS 92 (36.33% from 255) = 27.30%
R=54.60%
G=18.10%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184619200.670.500.28344.8850.248.04
HexB83D5C043321C1593230
Octal27075134010362345316260
Binary1011100011110110111000100001111001011100101011001110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83D5C; }

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

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

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

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

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

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

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

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