Html Css Color HEX #B44C5C Hippie Pink

📋 copy color: '#B44C5C'

red 180 ◦ green 76 ◦ blue 92

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

Shades of Hippie Pink #B44C5C

Tints of Hippie Pink #B44C5C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.84%

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

R = 51.72%
G = 21.84%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B44C5C (or 0xB44C5C) is known color: Hippie Pink. HEX triplet: B4, 4C and 5C. RGB value is (180,76,92). Sum of RGB (Red+Green+Blue) = 180+76+92=348 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.72% from 348); Green value is 76 (30.08% from 255 or 21.84% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 180 - color contains mainly: red. Hex color #B44C5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44C5C is #4BB3A3. Grayscale: #6C6C6C. Windows color (decimal): -4961188 or 6048948. OLE color: 6048948.

HSL color Cylindrical-coordinate representation of color #B44C5C: hue angle of 350.77º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B44C5C is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 76 92 -
CMYK 0 0.58 0.49 0.29
HSL 350.77º 0.41% 0.5% -
HSV(B) 350.77º 0.58% 0.71% -
XYZ 23.34 15.64 11.91 -
YUV 108.92 118.46 178.7 -
System Red Green Blue C M Y K H S L
Decimal 180 76 92 0 0.58 0.49 0.29 350.77 0.41 0.5
Hex B4 4C 5C 0 3A 31 1D 15F 29 32
Octal 264 114 134 0 72 61 35 537 51 62
Binary 10110100 1001100 1011100 0 111010 110001 11101 101011111 101001 110010

Color Harmonies of #B44C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44C5C

Black with #B44C5C

Text Example


Text Example

White with #B44C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44C5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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