Html Css Color HEX #B4454F Hippie Pink

📋 copy color: '#B4454F'

red 180 ◦ green 69 ◦ blue 79

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

Shades of Hippie Pink #B4454F

Tints of Hippie Pink #B4454F

RGB

 RED value IS 180 (70.7% from 255) = 54.88%

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

 BLUE value IS 79 (31.25% from 255) = 24.09%

R = 54.88%
G = 21.04%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B4454F (or 0xB4454F) is known color: Hippie Pink. HEX triplet: B4, 45 and 4F. RGB value is (180,69,79). Sum of RGB (Red+Green+Blue) = 180+69+79=328 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.88% from 328); Green value is 69 (27.34% from 255 or 21.04% from 328); Blue value is 79 (31.25% from 255 or 24.09% from 328); Max value from RGB is 180 - color contains mainly: red. Hex color #B4454F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4454F is #4BBAB0. Grayscale: #676767. Windows color (decimal): -4962993 or 5195188. OLE color: 5195188.

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

Color convert

RGB 180 69 79 -
CMYK 0 0.62 0.56 0.29
HSL 354.59º 0.45% 0.49% -
HSV(B) 354.59º 0.62% 0.71% -
XYZ 22.36 14.52 9.02 -
YUV 103.33 114.27 182.69 -
System Red Green Blue C M Y K H S L
Decimal 180 69 79 0 0.62 0.56 0.29 354.59 0.45 0.49
Hex B4 45 4F 0 3E 38 1D 163 2D 31
Octal 264 105 117 0 76 70 35 543 55 61
Binary 10110100 1000101 1001111 0 111110 111000 11101 101100011 101101 110001

Color Harmonies of #B4454F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4454F

Black with #B4454F

Text Example


Text Example

White with #B4454F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4454F; }

 p { color: rgb(180,69,79); }

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

background-color css

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

 a { background-color: rgb(180,69,79); }

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

border-color css

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

 span { border-color: rgb(180,69,79); }

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