#B75154

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

Shades of Hippie Pink #B75154

Tints of Hippie Pink #B75154

Color information

#B75154 (or 0xB75154) is unknown color: approx Hippie Pink. HEX triplet: B7, 51 and 54. RGB value is (183,81,84). Sum of RGB (Red+Green+Blue) = 183+81+84=348 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.59% from 348); Green value is 81 (32.03% from 255 or 23.28% from 348); Blue value is 84 (33.20% from 255 or 24.14% from 348); Max value from RGB is 183 - color contains mainly: red. Hex color #B75154 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75154 is #48AEAB. Grayscale: #6F6F6F. Windows color (decimal): -4763308 or 5525943. OLE color: 5525943.

HSL color Cylindrical-coordinate representation of color #B75154: hue angle of 358.24º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B75154 is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB1838184-
CMYK00.560.540.28
HSL358.24º41.46%51.76%-
HSV(B)358.24º55.74%71.76%-
XYZ24.0716.5910.32-
YUV111.84112.29178.76-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.59%
GREEN value IS 81 (32.03% from 255) = 23.28%
BLUE value IS 84 (33.20% from 255) = 24.14%
R=52.59%
G=23.28%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183818400.560.540.28358.2441.4651.76
HexB75154038361C1662934
Octal26712112407066345465164
Binary1011011110100011010100011100011011011100101100110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75154; }

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

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

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

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

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

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

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

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