Html Css Color HEX #B04449 Hippie Pink

📋 copy color: '#B04449'

red 176 ◦ green 68 ◦ blue 73

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

Shades of Hippie Pink #B04449

Tints of Hippie Pink #B04449

RGB

 RED value IS 176 (69.14% from 255) = 55.52%

 GREEN value IS 68 (26.95% from 255) = 21.45%

 BLUE value IS 73 (28.91% from 255) = 23.03%

R = 55.52%
G = 21.45%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B04449 (or 0xB04449) is known color: Hippie Pink. HEX triplet: B0, 44 and 49. RGB value is (176,68,73). Sum of RGB (Red+Green+Blue) = 176+68+73=317 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.52% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 176 - color contains mainly: red. Hex color #B04449 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04449 is #4FBBB6. Grayscale: #646464. Windows color (decimal): -5225399 or 4801712. OLE color: 4801712.

HSL color Cylindrical-coordinate representation of color #B04449: hue angle of 357.22º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B04449 is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 68 73 -
CMYK 0 0.61 0.59 0.31
HSL 357.22º 0.44% 0.48% -
HSV(B) 357.22º 0.61% 0.69% -
XYZ 21.17 13.85 7.86 -
YUV 100.86 112.28 181.59 -
System Red Green Blue C M Y K H S L
Decimal 176 68 73 0 0.61 0.59 0.31 357.22 0.44 0.48
Hex B0 44 49 0 3D 3B 1F 165 2C 30
Octal 260 104 111 0 75 73 37 545 54 60
Binary 10110000 1000100 1001001 0 111101 111011 11111 101100101 101100 110000

Color Harmonies of #B04449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04449

Black with #B04449

Text Example


Text Example

White with #B04449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04449; }

 p { color: rgb(176,68,73); }

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

background-color css

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

 a { background-color: rgb(176,68,73); }

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

border-color css

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

 span { border-color: rgb(176,68,73); }

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