Html Css Color HEX #B4455C Hippie Pink

📋 copy color: '#B4455C'

red 180 ◦ green 69 ◦ blue 92

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

Shades of Hippie Pink #B4455C

Tints of Hippie Pink #B4455C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.98%

R = 52.79%
G = 20.23%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B4455C (or 0xB4455C) is known color: Hippie Pink. HEX triplet: B4, 45 and 5C. RGB value is (180,69,92). Sum of RGB (Red+Green+Blue) = 180+69+92=341 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.79% from 341); Green value is 69 (27.34% from 255 or 20.23% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 180 - color contains mainly: red. Hex color #B4455C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4455C is #4BBAA3. Grayscale: #686868. Windows color (decimal): -4962980 or 6047156. OLE color: 6047156.

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

Color convert

RGB 180 69 92 -
CMYK 0 0.62 0.49 0.29
HSL 347.57º 0.45% 0.49% -
HSV(B) 347.57º 0.62% 0.71% -
XYZ 22.88 14.73 11.76 -
YUV 104.81 120.77 181.63 -
System Red Green Blue C M Y K H S L
Decimal 180 69 92 0 0.62 0.49 0.29 347.57 0.45 0.49
Hex B4 45 5C 0 3E 31 1D 15C 2D 31
Octal 264 105 134 0 76 61 35 534 55 61
Binary 10110100 1000101 1011100 0 111110 110001 11101 101011100 101101 110001

Color Harmonies of #B4455C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4455C

Black with #B4455C

Text Example


Text Example

White with #B4455C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4455C; }

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

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

background-color css

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

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

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

border-color css

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

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

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