Html Css Color HEX #B4455E Hippie Pink

📋 copy color: '#B4455E'

red 180 ◦ green 69 ◦ blue 94

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

Shades of Hippie Pink #B4455E

Tints of Hippie Pink #B4455E

RGB

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

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

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

R = 52.48%
G = 20.12%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B4455E (or 0xB4455E) is known color: Hippie Pink. HEX triplet: B4, 45 and 5E. RGB value is (180,69,94). Sum of RGB (Red+Green+Blue) = 180+69+94=343 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.48% from 343); Green value is 69 (27.34% from 255 or 20.12% from 343); Blue value is 94 (37.11% from 255 or 27.41% from 343); Max value from RGB is 180 - color contains mainly: red. Hex color #B4455E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4455E is #4BBAA1. Grayscale: #696969. Windows color (decimal): -4962978 or 6178228. OLE color: 6178228.

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

Color convert

RGB 180 69 94 -
CMYK 0 0.62 0.48 0.29
HSL 346.49º 0.45% 0.49% -
HSV(B) 346.49º 0.62% 0.71% -
XYZ 22.97 14.77 12.23 -
YUV 105.04 121.77 181.47 -
System Red Green Blue C M Y K H S L
Decimal 180 69 94 0 0.62 0.48 0.29 346.49 0.45 0.49
Hex B4 45 5E 0 3E 30 1D 15A 2D 31
Octal 264 105 136 0 76 60 35 532 55 61
Binary 10110100 1000101 1011110 0 111110 110000 11101 101011010 101101 110001

Color Harmonies of #B4455E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4455E

Black with #B4455E

Text Example


Text Example

White with #B4455E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4455E; }

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

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

background-color css

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

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

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

border-color css

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

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

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