Html Css Color HEX #B93C58 Hippie Pink

📋 copy color: '#B93C58'

red 185 ◦ green 60 ◦ blue 88

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

Shades of Hippie Pink #B93C58

Tints of Hippie Pink #B93C58

RGB

 RED value IS 185 (72.66% from 255) = 55.56%

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

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

R = 55.56%
G = 18.02%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#B93C58 (or 0xB93C58) is known color: Hippie Pink. HEX triplet: B9, 3C and 58. RGB value is (185,60,88). Sum of RGB (Red+Green+Blue) = 185+60+88=333 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.56% from 333); Green value is 60 (23.83% from 255 or 18.02% from 333); Blue value is 88 (34.77% from 255 or 26.43% from 333); Max value from RGB is 185 - color contains mainly: red. Hex color #B93C58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93C58 is #46C3A7. Grayscale: #646464. Windows color (decimal): -4637608 or 5782713. OLE color: 5782713.

HSL color Cylindrical-coordinate representation of color #B93C58: hue angle of 346.56º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B93C58 is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 60 88 -
CMYK 0 0.68 0.52 0.27
HSL 346.56º 0.51% 0.48% -
HSV(B) 346.56º 0.68% 0.73% -
XYZ 23.38 14.25 10.75 -
YUV 100.57 120.91 188.22 -
System Red Green Blue C M Y K H S L
Decimal 185 60 88 0 0.68 0.52 0.27 346.56 0.51 0.48
Hex B9 3C 58 0 44 34 1B 15B 33 30
Octal 271 74 130 0 104 64 33 533 63 60
Binary 10111001 111100 1011000 0 1000100 110100 11011 101011011 110011 110000

Color Harmonies of #B93C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93C58

Black with #B93C58

Text Example


Text Example

White with #B93C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93C58; }

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

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

background-color css

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

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

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

border-color css

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

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

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