Html Css Color HEX #B93C59 Hippie Pink

📋 copy color: '#B93C59'

red 185 ◦ green 60 ◦ blue 89

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

Shades of Hippie Pink #B93C59

Tints of Hippie Pink #B93C59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 26.65%

R = 55.39%
G = 17.96%
B = 26.65%

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

#B93C59 (or 0xB93C59) is known color: Hippie Pink. HEX triplet: B9, 3C and 59. RGB value is (185,60,89). Sum of RGB (Red+Green+Blue) = 185+60+89=334 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.39% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 89 (35.16% from 255 or 26.65% from 334); Max value from RGB is 185 - color contains mainly: red. Hex color #B93C59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93C59 is #46C3A6. Grayscale: #646464. Windows color (decimal): -4637607 or 5848249. OLE color: 5848249.

HSL color Cylindrical-coordinate representation of color #B93C59: hue angle of 346.08º 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 #B93C59 is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 60 89 -
CMYK 0 0.68 0.52 0.27
HSL 346.08º 0.51% 0.48% -
HSV(B) 346.08º 0.68% 0.73% -
XYZ 23.43 14.27 10.97 -
YUV 100.68 121.41 188.14 -
System Red Green Blue C M Y K H S L
Decimal 185 60 89 0 0.68 0.52 0.27 346.08 0.51 0.48
Hex B9 3C 59 0 44 34 1B 15A 33 30
Octal 271 74 131 0 104 64 33 532 63 60
Binary 10111001 111100 1011001 0 1000100 110100 11011 101011010 110011 110000

Color Harmonies of #B93C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93C59

Black with #B93C59

Text Example


Text Example

White with #B93C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93C59; }

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

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

background-color css

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

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

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

border-color css

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

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

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