Html Css Color HEX #B73B5A Hippie Pink

📋 copy color: '#B73B5A'

red 183 ◦ green 59 ◦ blue 90

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

Shades of Hippie Pink #B73B5A

Tints of Hippie Pink #B73B5A

RGB

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

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

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

R = 55.12%
G = 17.77%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B73B5A (or 0xB73B5A) is known color: Hippie Pink. HEX triplet: B7, 3B and 5A. RGB value is (183,59,90). Sum of RGB (Red+Green+Blue) = 183+59+90=332 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.12% from 332); Green value is 59 (23.44% from 255 or 17.77% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 183 - color contains mainly: red. Hex color #B73B5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73B5A is #48C4A5. Grayscale: #636363. Windows color (decimal): -4768934 or 5913527. OLE color: 5913527.

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

Color convert

RGB 183 59 90 -
CMYK 0 0.68 0.51 0.28
HSL 345º 0.51% 0.47% -
HSV(B) 345º 0.68% 0.72% -
XYZ 22.94 13.93 11.15 -
YUV 99.61 122.58 187.48 -
System Red Green Blue C M Y K H S L
Decimal 183 59 90 0 0.68 0.51 0.28 345 0.51 0.47
Hex B7 3B 5A 0 44 33 1C 159 33 2F
Octal 267 73 132 0 104 63 34 531 63 57
Binary 10110111 111011 1011010 0 1000100 110011 11100 101011001 110011 101111

Color Harmonies of #B73B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73B5A

Black with #B73B5A

Text Example


Text Example

White with #B73B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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