Html Css Color HEX #B54360 Hippie Pink

📋 copy color: '#B54360'

red 181 ◦ green 67 ◦ blue 96

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

Shades of Hippie Pink #B54360

Tints of Hippie Pink #B54360

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.48%

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

R = 52.62%
G = 19.48%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B54360 (or 0xB54360) is known color: Hippie Pink. HEX triplet: B5, 43 and 60. RGB value is (181,67,96). Sum of RGB (Red+Green+Blue) = 181+67+96=344 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.62% from 344); Green value is 67 (26.56% from 255 or 19.48% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 181 - color contains mainly: red. Hex color #B54360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54360 is #4ABC9F. Grayscale: #686868. Windows color (decimal): -4897952 or 6308789. OLE color: 6308789.

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

Color convert

RGB 181 67 96 -
CMYK 0 0.63 0.47 0.29
HSL 344.74º 0.46% 0.49% -
HSV(B) 344.74º 0.63% 0.71% -
XYZ 23.17 14.68 12.68 -
YUV 104.39 123.27 182.64 -
System Red Green Blue C M Y K H S L
Decimal 181 67 96 0 0.63 0.47 0.29 344.74 0.46 0.49
Hex B5 43 60 0 3F 2F 1D 159 2E 31
Octal 265 103 140 0 77 57 35 531 56 61
Binary 10110101 1000011 1100000 0 111111 101111 11101 101011001 101110 110001

Color Harmonies of #B54360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54360

Black with #B54360

Text Example


Text Example

White with #B54360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54360; }

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

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

background-color css

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

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

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

border-color css

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

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

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