Html Css Color HEX #B83C58 Hippie Pink

📋 copy color: '#B83C58'

red 184 ◦ green 60 ◦ blue 88

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

Shades of Hippie Pink #B83C58

Tints of Hippie Pink #B83C58

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.07%

 BLUE value IS 88 (34.77% from 255) = 26.51%

R = 55.42%
G = 18.07%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.52

 K value IS 0.28

RGB Variations

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

Color information

#B83C58 (or 0xB83C58) is known color: Hippie Pink. HEX triplet: B8, 3C and 58. RGB value is (184,60,88). Sum of RGB (Red+Green+Blue) = 184+60+88=332 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.42% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 88 (34.77% from 255 or 26.51% from 332); Max value from RGB is 184 - color contains mainly: red. Hex color #B83C58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83C58 is #47C3A7. Grayscale: #646464. Windows color (decimal): -4703144 or 5782712. OLE color: 5782712.

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

Color convert

RGB 184 60 88 -
CMYK 0 0.67 0.52 0.28
HSL 346.45º 0.51% 0.48% -
HSV(B) 346.45º 0.67% 0.72% -
XYZ 23.14 14.13 10.74 -
YUV 100.27 121.08 187.72 -
System Red Green Blue C M Y K H S L
Decimal 184 60 88 0 0.67 0.52 0.28 346.45 0.51 0.48
Hex B8 3C 58 0 43 34 1C 15A 33 30
Octal 270 74 130 0 103 64 34 532 63 60
Binary 10111000 111100 1011000 0 1000011 110100 11100 101011010 110011 110000

Color Harmonies of #B83C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83C58

Black with #B83C58

Text Example


Text Example

White with #B83C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83C58; }

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

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

background-color css

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

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

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

border-color css

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

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

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