Html Css Color HEX #B54760 Hippie Pink

📋 copy color: '#B54760'

red 181 ◦ green 71 ◦ blue 96

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

Shades of Hippie Pink #B54760

Tints of Hippie Pink #B54760

RGB

 RED value IS 181 (71.09% from 255) = 52.01%

 GREEN value IS 71 (28.13% from 255) = 20.4%

 BLUE value IS 96 (37.89% from 255) = 27.59%

R = 52.01%
G = 20.4%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B54760 (or 0xB54760) is known color: Hippie Pink. HEX triplet: B5, 47 and 60. RGB value is (181,71,96). Sum of RGB (Red+Green+Blue) = 181+71+96=348 (46% of max value = 765). Red value is 181 (71.09% from 255 or 52.01% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 181 - color contains mainly: red. Hex color #B54760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54760 is #4AB89F. Grayscale: #6A6A6A. Windows color (decimal): -4896928 or 6309813. OLE color: 6309813.

HSL color Cylindrical-coordinate representation of color #B54760: hue angle of 346.36º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B54760 is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 71 96 -
CMYK 0 0.61 0.47 0.29
HSL 346.36º 0.44% 0.49% -
HSV(B) 346.36º 0.61% 0.71% -
XYZ 23.42 15.17 12.76 -
YUV 106.74 121.94 180.97 -
System Red Green Blue C M Y K H S L
Decimal 181 71 96 0 0.61 0.47 0.29 346.36 0.44 0.49
Hex B5 47 60 0 3D 2F 1D 15A 2C 31
Octal 265 107 140 0 75 57 35 532 54 61
Binary 10110101 1000111 1100000 0 111101 101111 11101 101011010 101100 110001

Color Harmonies of #B54760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54760

Black with #B54760

Text Example


Text Example

White with #B54760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54760; }

 p { color: rgb(181,71,96); }

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

background-color css

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

 a { background-color: rgb(181,71,96); }

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

border-color css

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

 span { border-color: rgb(181,71,96); }

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