Html Css Color HEX #B93E5D Hippie Pink

📋 copy color: '#B93E5D'

red 185 ◦ green 62 ◦ blue 93

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

Shades of Hippie Pink #B93E5D

Tints of Hippie Pink #B93E5D

RGB

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

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

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

R = 54.41%
G = 18.24%
B = 27.35%

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

#B93E5D (or 0xB93E5D) is known color: Hippie Pink. HEX triplet: B9, 3E and 5D. RGB value is (185,62,93). Sum of RGB (Red+Green+Blue) = 185+62+93=340 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.41% from 340); Green value is 62 (24.61% from 255 or 18.24% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 185 - color contains mainly: red. Hex color #B93E5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93E5D is #46C1A2. Grayscale: #666666. Windows color (decimal): -4637091 or 6110905. OLE color: 6110905.

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

Color convert

RGB 185 62 93 -
CMYK 0 0.66 0.50 0.27
HSL 344.88º 0.5% 0.48% -
HSV(B) 344.88º 0.66% 0.73% -
XYZ 23.71 14.55 11.91 -
YUV 102.31 122.75 186.98 -
System Red Green Blue C M Y K H S L
Decimal 185 62 93 0 0.66 0.50 0.27 344.88 0.5 0.48
Hex B9 3E 5D 0 42 32 1B 159 32 30
Octal 271 76 135 0 102 62 33 531 62 60
Binary 10111001 111110 1011101 0 1000010 110010 11011 101011001 110010 110000

Color Harmonies of #B93E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93E5D

Black with #B93E5D

Text Example


Text Example

White with #B93E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93E5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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