Html Css Color HEX #B54350 Hippie Pink

📋 copy color: '#B54350'

red 181 ◦ green 67 ◦ blue 80

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

Shades of Hippie Pink #B54350

Tints of Hippie Pink #B54350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.39%

R = 55.18%
G = 20.43%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B54350 (or 0xB54350) is known color: Hippie Pink. HEX triplet: B5, 43 and 50. RGB value is (181,67,80). Sum of RGB (Red+Green+Blue) = 181+67+80=328 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.18% from 328); Green value is 67 (26.56% from 255 or 20.43% from 328); Blue value is 80 (31.64% from 255 or 24.39% from 328); Max value from RGB is 181 - color contains mainly: red. Hex color #B54350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54350 is #4ABCAF. Grayscale: #666666. Windows color (decimal): -4897968 or 5260213. OLE color: 5260213.

HSL color Cylindrical-coordinate representation of color #B54350: hue angle of 353.16º 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 #B54350 is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 67 80 -
CMYK 0 0.63 0.56 0.29
HSL 353.16º 0.46% 0.49% -
HSV(B) 353.16º 0.63% 0.71% -
XYZ 22.51 14.42 9.19 -
YUV 102.57 115.27 183.94 -
System Red Green Blue C M Y K H S L
Decimal 181 67 80 0 0.63 0.56 0.29 353.16 0.46 0.49
Hex B5 43 50 0 3F 38 1D 161 2E 31
Octal 265 103 120 0 77 70 35 541 56 61
Binary 10110101 1000011 1010000 0 111111 111000 11101 101100001 101110 110001

Color Harmonies of #B54350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54350

Black with #B54350

Text Example


Text Example

White with #B54350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54350; }

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

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

background-color css

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

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

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

border-color css

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

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

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