Html Css Color HEX #B4454A Hippie Pink

📋 copy color: '#B4454A'

red 180 ◦ green 69 ◦ blue 74

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

Shades of Hippie Pink #B4454A

Tints of Hippie Pink #B4454A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.91%

R = 55.73%
G = 21.36%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B4454A (or 0xB4454A) is known color: Hippie Pink. HEX triplet: B4, 45 and 4A. RGB value is (180,69,74). Sum of RGB (Red+Green+Blue) = 180+69+74=323 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.73% from 323); Green value is 69 (27.34% from 255 or 21.36% from 323); Blue value is 74 (29.30% from 255 or 22.91% from 323); Max value from RGB is 180 - color contains mainly: red. Hex color #B4454A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4454A is #4BBAB5. Grayscale: #666666. Windows color (decimal): -4962998 or 4867508. OLE color: 4867508.

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

Color convert

RGB 180 69 74 -
CMYK 0 0.62 0.59 0.29
HSL 357.3º 0.45% 0.49% -
HSV(B) 357.3º 0.62% 0.71% -
XYZ 22.19 14.45 8.1 -
YUV 102.76 111.77 183.09 -
System Red Green Blue C M Y K H S L
Decimal 180 69 74 0 0.62 0.59 0.29 357.3 0.45 0.49
Hex B4 45 4A 0 3E 3B 1D 165 2D 31
Octal 264 105 112 0 76 73 35 545 55 61
Binary 10110100 1000101 1001010 0 111110 111011 11101 101100101 101101 110001

Color Harmonies of #B4454A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4454A

Black with #B4454A

Text Example


Text Example

White with #B4454A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4454A; }

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

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

background-color css

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

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

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

border-color css

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

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

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