Html Css Color HEX #B5454D Hippie Pink

📋 copy color: '#B5454D'

red 181 ◦ green 69 ◦ blue 77

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

Shades of Hippie Pink #B5454D

Tints of Hippie Pink #B5454D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.1%

 BLUE value IS 77 (30.47% from 255) = 23.55%

R = 55.35%
G = 21.1%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B5454D (or 0xB5454D) is known color: Hippie Pink. HEX triplet: B5, 45 and 4D. RGB value is (181,69,77). Sum of RGB (Red+Green+Blue) = 181+69+77=327 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.35% from 327); Green value is 69 (27.34% from 255 or 21.10% from 327); Blue value is 77 (30.47% from 255 or 23.55% from 327); Max value from RGB is 181 - color contains mainly: red. Hex color #B5454D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5454D is #4ABAB2. Grayscale: #676767. Windows color (decimal): -4897459 or 5064117. OLE color: 5064117.

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

Color convert

RGB 181 69 77 -
CMYK 0 0.62 0.57 0.29
HSL 355.71º 0.45% 0.49% -
HSV(B) 355.71º 0.62% 0.71% -
XYZ 22.52 14.62 8.66 -
YUV 103.4 113.11 183.35 -
System Red Green Blue C M Y K H S L
Decimal 181 69 77 0 0.62 0.57 0.29 355.71 0.45 0.49
Hex B5 45 4D 0 3E 39 1D 164 2D 31
Octal 265 105 115 0 76 71 35 544 55 61
Binary 10110101 1000101 1001101 0 111110 111001 11101 101100100 101101 110001

Color Harmonies of #B5454D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5454D

Black with #B5454D

Text Example


Text Example

White with #B5454D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5454D; }

 p { color: rgb(181,69,77); }

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

background-color css

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

 a { background-color: rgb(181,69,77); }

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

border-color css

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

 span { border-color: rgb(181,69,77); }

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