Html Css Color HEX #B5454C Hippie Pink

📋 copy color: '#B5454C'

red 181 ◦ green 69 ◦ blue 76

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

Shades of Hippie Pink #B5454C

Tints of Hippie Pink #B5454C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.31%

R = 55.52%
G = 21.17%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B5454C (or 0xB5454C) is known color: Hippie Pink. HEX triplet: B5, 45 and 4C. RGB value is (181,69,76). Sum of RGB (Red+Green+Blue) = 181+69+76=326 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.52% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 76 (30.08% from 255 or 23.31% from 326); Max value from RGB is 181 - color contains mainly: red. Hex color #B5454C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5454C is #4ABAB3. Grayscale: #676767. Windows color (decimal): -4897460 or 4998581. OLE color: 4998581.

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

Color convert

RGB 181 69 76 -
CMYK 0 0.62 0.58 0.29
HSL 356.25º 0.45% 0.49% -
HSV(B) 356.25º 0.62% 0.71% -
XYZ 22.49 14.6 8.47 -
YUV 103.29 112.61 183.43 -
System Red Green Blue C M Y K H S L
Decimal 181 69 76 0 0.62 0.58 0.29 356.25 0.45 0.49
Hex B5 45 4C 0 3E 3A 1D 164 2D 31
Octal 265 105 114 0 76 72 35 544 55 61
Binary 10110101 1000101 1001100 0 111110 111010 11101 101100100 101101 110001

Color Harmonies of #B5454C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5454C

Black with #B5454C

Text Example


Text Example

White with #B5454C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5454C; }

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

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

background-color css

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

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

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

border-color css

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

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

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