#B04B62

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

Shades of Hippie Pink #B04B62

Tints of Hippie Pink #B04B62

Color information

#B04B62 (or 0xB04B62) is unknown color: approx Hippie Pink. HEX triplet: B0, 4B and 62. RGB value is (176,75,98). Sum of RGB (Red+Green+Blue) = 176+75+98=349 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.43% from 349); Green value is 75 (29.69% from 255 or 21.49% from 349); Blue value is 98 (38.67% from 255 or 28.08% from 349); Max value from RGB is 176 - color contains mainly: red. Hex color #B04B62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04B62 is #4FB49D. Grayscale: #6B6B6B. Windows color (decimal): -5223582 or 6441904. OLE color: 6441904.

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

Color convert

RGB1767598-
CMYK00.570.440.31
HSL346.34º40.24%49.22%-
HSV(B)346.34º57.39%69.02%-
XYZ22.6315.1413.29-
YUV107.82122.46176.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.43%
GREEN value IS 75 (29.69% from 255) = 21.49%
BLUE value IS 98 (38.67% from 255) = 28.08%
R=50.43%
G=21.49%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176759800.570.440.31346.3440.2449.22
HexB04B620392C1F15a2831
Octal26011314207154375325061
Binary1011000010010111100010011100110110011111101011010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04B62; }

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

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

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

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

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

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

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

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