Html Css Color HEX #B44158 Hippie Pink

📋 copy color: '#B44158'

red 180 ◦ green 65 ◦ blue 88

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

Shades of Hippie Pink #B44158

Tints of Hippie Pink #B44158

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.52%

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

R = 54.05%
G = 19.52%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B44158 (or 0xB44158) is known color: Hippie Pink. HEX triplet: B4, 41 and 58. RGB value is (180,65,88). Sum of RGB (Red+Green+Blue) = 180+65+88=333 (44% of max value = 765). Red value is 180 (70.70% from 255 or 54.05% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 88 (34.77% from 255 or 26.43% from 333); Max value from RGB is 180 - color contains mainly: red. Hex color #B44158 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44158 is #4BBEA7. Grayscale: #666666. Windows color (decimal): -4964008 or 5783988. OLE color: 5783988.

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

Color convert

RGB 180 65 88 -
CMYK 0 0.64 0.51 0.29
HSL 348º 0.47% 0.48% -
HSV(B) 348º 0.64% 0.71% -
XYZ 22.47 14.19 10.79 -
YUV 102.01 120.1 183.63 -
System Red Green Blue C M Y K H S L
Decimal 180 65 88 0 0.64 0.51 0.29 348 0.47 0.48
Hex B4 41 58 0 40 33 1D 15C 2F 30
Octal 264 101 130 0 100 63 35 534 57 60
Binary 10110100 1000001 1011000 0 1000000 110011 11101 101011100 101111 110000

Color Harmonies of #B44158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44158

Black with #B44158

Text Example


Text Example

White with #B44158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44158; }

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

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

background-color css

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

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

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

border-color css

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

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

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