Html Css Color HEX #B04749 Hippie Pink

📋 copy color: '#B04749'

red 176 ◦ green 71 ◦ blue 73

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

Shades of Hippie Pink #B04749

Tints of Hippie Pink #B04749

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.19%

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

R = 55%
G = 22.19%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B04749 (or 0xB04749) is known color: Hippie Pink. HEX triplet: B0, 47 and 49. RGB value is (176,71,73). Sum of RGB (Red+Green+Blue) = 176+71+73=320 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55% from 320); Green value is 71 (28.12% from 255 or 22.19% from 320); Blue value is 73 (28.91% from 255 or 22.81% from 320); Max value from RGB is 176 - color contains mainly: red. Hex color #B04749 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04749 is #4FB8B6. Grayscale: #666666. Windows color (decimal): -5224631 or 4802480. OLE color: 4802480.

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

Color convert

RGB 176 71 73 -
CMYK 0 0.60 0.59 0.31
HSL 358.86º 0.43% 0.48% -
HSV(B) 358.86º 0.6% 0.69% -
XYZ 21.36 14.22 7.92 -
YUV 102.62 111.29 180.34 -
System Red Green Blue C M Y K H S L
Decimal 176 71 73 0 0.60 0.59 0.31 358.86 0.43 0.48
Hex B0 47 49 0 3C 3B 1F 167 2B 30
Octal 260 107 111 0 74 73 37 547 53 60
Binary 10110000 1000111 1001001 0 111100 111011 11111 101100111 101011 110000

Color Harmonies of #B04749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04749

Black with #B04749

Text Example


Text Example

White with #B04749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04749; }

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

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

background-color css

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

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

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

border-color css

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

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

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