Html Css Color HEX #B83E5D Hippie Pink

📋 copy color: '#B83E5D'

red 184 ◦ green 62 ◦ blue 93

#B83E5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Pink #B83E5D

Tints of Hippie Pink #B83E5D

RGB

 RED value IS 184 (72.27% from 255) = 54.28%

 GREEN value IS 62 (24.61% from 255) = 18.29%

 BLUE value IS 93 (36.72% from 255) = 27.43%

R = 54.28%
G = 18.29%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B83E5D (or 0xB83E5D) is known color: Hippie Pink. HEX triplet: B8, 3E and 5D. RGB value is (184,62,93). Sum of RGB (Red+Green+Blue) = 184+62+93=339 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.28% from 339); Green value is 62 (24.61% from 255 or 18.29% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 184 - color contains mainly: red. Hex color #B83E5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83E5D is #47C1A2. Grayscale: #666666. Windows color (decimal): -4702627 or 6110904. OLE color: 6110904.

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

Color convert

RGB 184 62 93 -
CMYK 0 0.66 0.49 0.28
HSL 344.75º 0.5% 0.48% -
HSV(B) 344.75º 0.66% 0.72% -
XYZ 23.47 14.43 11.9 -
YUV 102.01 122.92 186.48 -
System Red Green Blue C M Y K H S L
Decimal 184 62 93 0 0.66 0.49 0.28 344.75 0.5 0.48
Hex B8 3E 5D 0 42 31 1C 159 32 30
Octal 270 76 135 0 102 61 34 531 62 60
Binary 10111000 111110 1011101 0 1000010 110001 11100 101011001 110010 110000

Color Harmonies of #B83E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83E5D

Black with #B83E5D

Text Example


Text Example

White with #B83E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83E5D; }

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

 H1.HeaderClassName
 {
   color: #B83E5D;
 }
 .AnyTagClassName
 {
   color: #B83E5D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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