#B05154

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

Shades of Hippie Pink #B05154

Tints of Hippie Pink #B05154

Color information

#B05154 (or 0xB05154) is unknown color: approx Hippie Pink. HEX triplet: B0, 51 and 54. RGB value is (176,81,84). Sum of RGB (Red+Green+Blue) = 176+81+84=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B05154 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05154 is #4FAEAB. Grayscale: #6D6D6D. Windows color (decimal): -5222060 or 5525936. OLE color: 5525936.

HSL color Cylindrical-coordinate representation of color #B05154: hue angle of 358.11º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B05154 is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB1768184-
CMYK00.540.520.31
HSL358.11º37.55%50.39%-
HSV(B)358.11º53.98%69.02%-
XYZ22.4515.7610.25-
YUV109.75113.47175.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.61%
GREEN value IS 81 (32.03% from 255) = 23.75%
BLUE value IS 84 (33.20% from 255) = 24.63%
R=51.61%
G=23.75%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176818400.540.520.31358.1137.5550.39
HexB05154036341F1662632
Octal26012112406664375464662
Binary1011000010100011010100011011011010011111101100110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05154; }

 p { color: rgb(176,81,84); }

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

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

 a { background-color: rgb(176,81,84); }

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

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

 span { border-color: rgb(176,81,84); }

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