Html Css Color HEX #B73F5E Hippie Pink

📋 copy color: '#B73F5E'

red 183 ◦ green 63 ◦ blue 94

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

Shades of Hippie Pink #B73F5E

Tints of Hippie Pink #B73F5E

RGB

 RED value IS 183 (71.88% from 255) = 53.82%

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

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

R = 53.82%
G = 18.53%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B73F5E (or 0xB73F5E) is known color: Hippie Pink. HEX triplet: B7, 3F and 5E. RGB value is (183,63,94). Sum of RGB (Red+Green+Blue) = 183+63+94=340 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.82% from 340); Green value is 63 (25% from 255 or 18.53% from 340); Blue value is 94 (37.11% from 255 or 27.65% from 340); Max value from RGB is 183 - color contains mainly: red. Hex color #B73F5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73F5E is #48C0A1. Grayscale: #666666. Windows color (decimal): -4767906 or 6176695. OLE color: 6176695.

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

Color convert

RGB 183 63 94 -
CMYK 0 0.66 0.49 0.28
HSL 344.5º 0.49% 0.48% -
HSV(B) 344.5º 0.66% 0.72% -
XYZ 23.33 14.43 12.15 -
YUV 102.41 123.26 185.48 -
System Red Green Blue C M Y K H S L
Decimal 183 63 94 0 0.66 0.49 0.28 344.5 0.49 0.48
Hex B7 3F 5E 0 42 31 1C 158 31 30
Octal 267 77 136 0 102 61 34 530 61 60
Binary 10110111 111111 1011110 0 1000010 110001 11100 101011000 110001 110000

Color Harmonies of #B73F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73F5E

Black with #B73F5E

Text Example


Text Example

White with #B73F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73F5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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