Html Css Color HEX #B44358 Hippie Pink

📋 copy color: '#B44358'

red 180 ◦ green 67 ◦ blue 88

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

Shades of Hippie Pink #B44358

Tints of Hippie Pink #B44358

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20%

 BLUE value IS 88 (34.77% from 255) = 26.27%

R = 53.73%
G = 20%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B44358 (or 0xB44358) is known color: Hippie Pink. HEX triplet: B4, 43 and 58. RGB value is (180,67,88). Sum of RGB (Red+Green+Blue) = 180+67+88=335 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.73% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 88 (34.77% from 255 or 26.27% from 335); Max value from RGB is 180 - color contains mainly: red. Hex color #B44358 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44358 is #4BBCA7. Grayscale: #676767. Windows color (decimal): -4963496 or 5784500. OLE color: 5784500.

HSL color Cylindrical-coordinate representation of color #B44358: hue angle of 348.85º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B44358 is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 67 88 -
CMYK 0 0.63 0.51 0.29
HSL 348.85º 0.46% 0.48% -
HSV(B) 348.85º 0.63% 0.71% -
XYZ 22.59 14.42 10.83 -
YUV 103.18 119.44 182.79 -
System Red Green Blue C M Y K H S L
Decimal 180 67 88 0 0.63 0.51 0.29 348.85 0.46 0.48
Hex B4 43 58 0 3F 33 1D 15D 2E 30
Octal 264 103 130 0 77 63 35 535 56 60
Binary 10110100 1000011 1011000 0 111111 110011 11101 101011101 101110 110000

Color Harmonies of #B44358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44358

Black with #B44358

Text Example


Text Example

White with #B44358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44358; }

 p { color: rgb(180,67,88); }

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

background-color css

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

 a { background-color: rgb(180,67,88); }

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

border-color css

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

 span { border-color: rgb(180,67,88); }

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