#B04B5A

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

Shades of Hippie Pink #B04B5A

Tints of Hippie Pink #B04B5A

Color information

#B04B5A (or 0xB04B5A) is unknown color: approx Hippie Pink. HEX triplet: B0, 4B and 5A. RGB value is (176,75,90). Sum of RGB (Red+Green+Blue) = 176+75+90=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 75 (29.69% from 255 or 21.99% from 341); Blue value is 90 (35.55% from 255 or 26.39% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B04B5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04B5A is #4FB4A5. Grayscale: #6A6A6A. Windows color (decimal): -5223590 or 5917616. OLE color: 5917616.

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

Color convert

RGB1767590-
CMYK00.570.490.31
HSL351.09º40.24%49.22%-
HSV(B)351.09º57.39%69.02%-
XYZ22.271511.39-
YUV106.91118.46177.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.61%
GREEN value IS 75 (29.69% from 255) = 21.99%
BLUE value IS 90 (35.55% from 255) = 26.39%
R=51.61%
G=21.99%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176759000.570.490.31351.0940.2449.22
HexB04B5A039311F15f2831
Octal26011313207161375375061
Binary1011000010010111011010011100111000111111101011111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04B5A; }

 p { color: rgb(176,75,90); }

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

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

 a { background-color: rgb(176,75,90); }

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

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

 span { border-color: rgb(176,75,90); }

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