Html Css Color HEX #B93D5C Hippie Pink

📋 copy color: '#B93D5C'

red 185 ◦ green 61 ◦ blue 92

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

Shades of Hippie Pink #B93D5C

Tints of Hippie Pink #B93D5C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.05%

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

R = 54.73%
G = 18.05%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#B93D5C (or 0xB93D5C) is known color: Hippie Pink. HEX triplet: B9, 3D and 5C. RGB value is (185,61,92). Sum of RGB (Red+Green+Blue) = 185+61+92=338 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.73% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 185 - color contains mainly: red. Hex color #B93D5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93D5C is #46C2A3. Grayscale: #656565. Windows color (decimal): -4637348 or 6045113. OLE color: 6045113.

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

Color convert

RGB 185 61 92 -
CMYK 0 0.67 0.50 0.27
HSL 345º 0.5% 0.48% -
HSV(B) 345º 0.67% 0.73% -
XYZ 23.61 14.42 11.67 -
YUV 101.61 122.58 187.48 -
System Red Green Blue C M Y K H S L
Decimal 185 61 92 0 0.67 0.50 0.27 345 0.5 0.48
Hex B9 3D 5C 0 43 32 1B 159 32 30
Octal 271 75 134 0 103 62 33 531 62 60
Binary 10111001 111101 1011100 0 1000011 110010 11011 101011001 110010 110000

Color Harmonies of #B93D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93D5C

Black with #B93D5C

Text Example


Text Example

White with #B93D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93D5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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