#B04547

Color #B04547 Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #B04547

Tints of Hippie Pink #B04547

Color information

#B04547 (or 0xB04547) is unknown color: approx Hippie Pink. HEX triplet: B0, 45 and 47. RGB value is (176,69,71). Sum of RGB (Red+Green+Blue) = 176+69+71=316 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.70% from 316); Green value is 69 (27.34% from 255 or 21.84% from 316); Blue value is 71 (28.12% from 255 or 22.47% from 316); Max value from RGB is 176 - color contains mainly: red. Hex color #B04547 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04547 is #4FBAB8. Grayscale: #656565. Windows color (decimal): -5225145 or 4670896. OLE color: 4670896.

HSL color Cylindrical-coordinate representation of color #B04547: hue angle of 358.88º 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 #B04547 is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB1766971-
CMYK00.610.600.31
HSL358.88º43.67%48.04%-
HSV(B)358.88º60.8%69.02%-
XYZ21.1713.947.54-
YUV101.22110.95181.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 55.70%
GREEN value IS 69 (27.34% from 255) = 21.84%
BLUE value IS 71 (28.12% from 255) = 22.47%
R=55.70%
G=21.84%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176697100.610.600.31358.8843.6748.04
HexB0454703D3C1F1672c30
Octal26010510707574375475460
Binary1011000010001011000111011110111110011111101100111101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04547; }

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

 H1.HeaderClassName
 {
   color: #B04547;
 }
 .AnyTagClassName
 {
   color: #B04547;
 }
</style>
background-color css

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

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

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

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

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

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