Html Css Color HEX #B04849 Hippie Pink

📋 copy color: '#B04849'

red 176 ◦ green 72 ◦ blue 73

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

Shades of Hippie Pink #B04849

Tints of Hippie Pink #B04849

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.43%

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

R = 54.83%
G = 22.43%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B04849 (or 0xB04849) is known color: Hippie Pink. HEX triplet: B0, 48 and 49. RGB value is (176,72,73). Sum of RGB (Red+Green+Blue) = 176+72+73=321 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.83% from 321); Green value is 72 (28.52% from 255 or 22.43% from 321); Blue value is 73 (28.91% from 255 or 22.74% from 321); Max value from RGB is 176 - color contains mainly: red. Hex color #B04849 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04849 is #4FB7B6. Grayscale: #676767. Windows color (decimal): -5224375 or 4802736. OLE color: 4802736.

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

Color convert

RGB 176 72 73 -
CMYK 0 0.59 0.59 0.31
HSL 359.42º 0.42% 0.49% -
HSV(B) 359.42º 0.59% 0.69% -
XYZ 21.42 14.35 7.94 -
YUV 103.21 110.96 179.92 -
System Red Green Blue C M Y K H S L
Decimal 176 72 73 0 0.59 0.59 0.31 359.42 0.42 0.49
Hex B0 48 49 0 3B 3B 1F 167 2A 31
Octal 260 110 111 0 73 73 37 547 52 61
Binary 10110000 1001000 1001001 0 111011 111011 11111 101100111 101010 110001

Color Harmonies of #B04849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04849

Black with #B04849

Text Example


Text Example

White with #B04849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04849; }

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

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

background-color css

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

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

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

border-color css

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

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

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