Html Css Color HEX #B93B5A Hippie Pink

📋 copy color: '#B93B5A'

red 185 ◦ green 59 ◦ blue 90

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

Shades of Hippie Pink #B93B5A

Tints of Hippie Pink #B93B5A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.66%

 BLUE value IS 90 (35.55% from 255) = 26.95%

R = 55.39%
G = 17.66%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#B93B5A (or 0xB93B5A) is known color: Hippie Pink. HEX triplet: B9, 3B and 5A. RGB value is (185,59,90). Sum of RGB (Red+Green+Blue) = 185+59+90=334 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.39% from 334); Green value is 59 (23.44% from 255 or 17.66% from 334); Blue value is 90 (35.55% from 255 or 26.95% from 334); Max value from RGB is 185 - color contains mainly: red. Hex color #B93B5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93B5A is #46C4A5. Grayscale: #646464. Windows color (decimal): -4637862 or 5913529. OLE color: 5913529.

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

Color convert

RGB 185 59 90 -
CMYK 0 0.68 0.51 0.27
HSL 345.24º 0.52% 0.48% -
HSV(B) 345.24º 0.68% 0.73% -
XYZ 23.42 14.18 11.18 -
YUV 100.21 122.24 188.48 -
System Red Green Blue C M Y K H S L
Decimal 185 59 90 0 0.68 0.51 0.27 345.24 0.52 0.48
Hex B9 3B 5A 0 44 33 1B 159 34 30
Octal 271 73 132 0 104 63 33 531 64 60
Binary 10111001 111011 1011010 0 1000100 110011 11011 101011001 110100 110000

Color Harmonies of #B93B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93B5A

Black with #B93B5A

Text Example


Text Example

White with #B93B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93B5A; }

 p { color: rgb(185,59,90); }

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

background-color css

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

 a { background-color: rgb(185,59,90); }

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

border-color css

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

 span { border-color: rgb(185,59,90); }

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