Html Css Color HEX #B4474A Hippie Pink

📋 copy color: '#B4474A'

red 180 ◦ green 71 ◦ blue 74

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

Shades of Hippie Pink #B4474A

Tints of Hippie Pink #B4474A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.85%

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

R = 55.38%
G = 21.85%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B4474A (or 0xB4474A) is known color: Hippie Pink. HEX triplet: B4, 47 and 4A. RGB value is (180,71,74). Sum of RGB (Red+Green+Blue) = 180+71+74=325 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.38% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 74 (29.30% from 255 or 22.77% from 325); Max value from RGB is 180 - color contains mainly: red. Hex color #B4474A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4474A is #4BB8B5. Grayscale: #686868. Windows color (decimal): -4962486 or 4868020. OLE color: 4868020.

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

Color convert

RGB 180 71 74 -
CMYK 0 0.61 0.59 0.29
HSL 358.35º 0.43% 0.49% -
HSV(B) 358.35º 0.61% 0.71% -
XYZ 22.31 14.7 8.14 -
YUV 103.93 111.11 182.26 -
System Red Green Blue C M Y K H S L
Decimal 180 71 74 0 0.61 0.59 0.29 358.35 0.43 0.49
Hex B4 47 4A 0 3D 3B 1D 166 2B 31
Octal 264 107 112 0 75 73 35 546 53 61
Binary 10110100 1000111 1001010 0 111101 111011 11101 101100110 101011 110001

Color Harmonies of #B4474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4474A

Black with #B4474A

Text Example


Text Example

White with #B4474A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4474A; }

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

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

background-color css

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

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

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

border-color css

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

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

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