Html Css Color HEX #B74159 Hippie Pink

📋 copy color: '#B74159'

red 183 ◦ green 65 ◦ blue 89

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

Shades of Hippie Pink #B74159

Tints of Hippie Pink #B74159

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.29%

 BLUE value IS 89 (35.16% from 255) = 26.41%

R = 54.3%
G = 19.29%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B74159 (or 0xB74159) is known color: Hippie Pink. HEX triplet: B7, 41 and 59. RGB value is (183,65,89). Sum of RGB (Red+Green+Blue) = 183+65+89=337 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.30% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 89 (35.16% from 255 or 26.41% from 337); Max value from RGB is 183 - color contains mainly: red. Hex color #B74159 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74159 is #48BEA6. Grayscale: #676767. Windows color (decimal): -4767399 or 5849527. OLE color: 5849527.

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

Color convert

RGB 183 65 89 -
CMYK 0 0.64 0.51 0.28
HSL 347.8º 0.48% 0.49% -
HSV(B) 347.8º 0.64% 0.72% -
XYZ 23.22 14.57 11.04 -
YUV 103.02 120.09 185.05 -
System Red Green Blue C M Y K H S L
Decimal 183 65 89 0 0.64 0.51 0.28 347.8 0.48 0.49
Hex B7 41 59 0 40 33 1C 15C 30 31
Octal 267 101 131 0 100 63 34 534 60 61
Binary 10110111 1000001 1011001 0 1000000 110011 11100 101011100 110000 110001

Color Harmonies of #B74159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74159

Black with #B74159

Text Example


Text Example

White with #B74159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74159; }

 p { color: rgb(183,65,89); }

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

background-color css

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

 a { background-color: rgb(183,65,89); }

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

border-color css

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

 span { border-color: rgb(183,65,89); }

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