Html Css Color HEX #B4475E Hippie Pink

📋 copy color: '#B4475E'

red 180 ◦ green 71 ◦ blue 94

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

Shades of Hippie Pink #B4475E

Tints of Hippie Pink #B4475E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.25%

R = 52.17%
G = 20.58%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B4475E (or 0xB4475E) is known color: Hippie Pink. HEX triplet: B4, 47 and 5E. RGB value is (180,71,94). Sum of RGB (Red+Green+Blue) = 180+71+94=345 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.17% from 345); Green value is 71 (28.12% from 255 or 20.58% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 180 - color contains mainly: red. Hex color #B4475E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4475E is #4BB8A1. Grayscale: #6A6A6A. Windows color (decimal): -4962466 or 6178740. OLE color: 6178740.

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

Color convert

RGB 180 71 94 -
CMYK 0 0.61 0.48 0.29
HSL 347.34º 0.43% 0.49% -
HSV(B) 347.34º 0.61% 0.71% -
XYZ 23.1 15.02 12.27 -
YUV 106.21 121.11 180.63 -
System Red Green Blue C M Y K H S L
Decimal 180 71 94 0 0.61 0.48 0.29 347.34 0.43 0.49
Hex B4 47 5E 0 3D 30 1D 15B 2B 31
Octal 264 107 136 0 75 60 35 533 53 61
Binary 10110100 1000111 1011110 0 111101 110000 11101 101011011 101011 110001

Color Harmonies of #B4475E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4475E

Black with #B4475E

Text Example


Text Example

White with #B4475E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4475E; }

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

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

background-color css

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

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

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

border-color css

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

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

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