Html Css Color HEX #B93E5C Hippie Pink

📋 copy color: '#B93E5C'

red 185 ◦ green 62 ◦ blue 92

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

Shades of Hippie Pink #B93E5C

Tints of Hippie Pink #B93E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.14%

R = 54.57%
G = 18.29%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#B93E5C (or 0xB93E5C) is known color: Hippie Pink. HEX triplet: B9, 3E and 5C. RGB value is (185,62,92). Sum of RGB (Red+Green+Blue) = 185+62+92=339 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.57% from 339); Green value is 62 (24.61% from 255 or 18.29% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 185 - color contains mainly: red. Hex color #B93E5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93E5C is #46C1A3. Grayscale: #666666. Windows color (decimal): -4637092 or 6045369. OLE color: 6045369.

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

Color convert

RGB 185 62 92 -
CMYK 0 0.66 0.50 0.27
HSL 345.37º 0.5% 0.48% -
HSV(B) 345.37º 0.66% 0.73% -
XYZ 23.66 14.53 11.68 -
YUV 102.2 122.25 187.06 -
System Red Green Blue C M Y K H S L
Decimal 185 62 92 0 0.66 0.50 0.27 345.37 0.5 0.48
Hex B9 3E 5C 0 42 32 1B 159 32 30
Octal 271 76 134 0 102 62 33 531 62 60
Binary 10111001 111110 1011100 0 1000010 110010 11011 101011001 110010 110000

Color Harmonies of #B93E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93E5C

Black with #B93E5C

Text Example


Text Example

White with #B93E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93E5C; }

 p { color: rgb(185,62,92); }

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

background-color css

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

 a { background-color: rgb(185,62,92); }

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

border-color css

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

 span { border-color: rgb(185,62,92); }

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