Html Css Color HEX #B93F5E Hippie Pink

📋 copy color: '#B93F5E'

red 185 ◦ green 63 ◦ blue 94

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

Shades of Hippie Pink #B93F5E

Tints of Hippie Pink #B93F5E

RGB

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

 GREEN value IS 63 (25% from 255) = 18.42%

 BLUE value IS 94 (37.11% from 255) = 27.49%

R = 54.09%
G = 18.42%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#B93F5E (or 0xB93F5E) is known color: Hippie Pink. HEX triplet: B9, 3F and 5E. RGB value is (185,63,94). Sum of RGB (Red+Green+Blue) = 185+63+94=342 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.09% from 342); Green value is 63 (25% from 255 or 18.42% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 185 - color contains mainly: red. Hex color #B93F5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93F5E is #46C0A1. Grayscale: #676767. Windows color (decimal): -4636834 or 6176697. OLE color: 6176697.

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

Color convert

RGB 185 63 94 -
CMYK 0 0.66 0.49 0.27
HSL 344.75º 0.49% 0.49% -
HSV(B) 344.75º 0.66% 0.73% -
XYZ 23.81 14.68 12.17 -
YUV 103.01 122.92 186.48 -
System Red Green Blue C M Y K H S L
Decimal 185 63 94 0 0.66 0.49 0.27 344.75 0.49 0.49
Hex B9 3F 5E 0 42 31 1B 159 31 31
Octal 271 77 136 0 102 61 33 531 61 61
Binary 10111001 111111 1011110 0 1000010 110001 11011 101011001 110001 110001

Color Harmonies of #B93F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93F5E

Black with #B93F5E

Text Example


Text Example

White with #B93F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93F5E; }

 p { color: rgb(185,63,94); }

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

background-color css

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

 a { background-color: rgb(185,63,94); }

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

border-color css

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

 span { border-color: rgb(185,63,94); }

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