#B75153

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

Shades of Hippie Pink #B75153

Tints of Hippie Pink #B75153

Color information

#B75153 (or 0xB75153) is unknown color: approx Hippie Pink. HEX triplet: B7, 51 and 53. RGB value is (183,81,83). Sum of RGB (Red+Green+Blue) = 183+81+83=347 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.74% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 83 (32.81% from 255 or 23.92% from 347); Max value from RGB is 183 - color contains mainly: red. Hex color #B75153 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75153 is #48AEAC. Grayscale: #6F6F6F. Windows color (decimal): -4763309 or 5460407. OLE color: 5460407.

HSL color Cylindrical-coordinate representation of color #B75153: hue angle of 358.82º 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 #B75153 is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB1838183-
CMYK00.560.550.28
HSL358.82º41.46%51.76%-
HSV(B)358.82º55.74%71.76%-
XYZ24.0316.5810.12-
YUV111.73111.79178.84-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.74%
GREEN value IS 81 (32.03% from 255) = 23.34%
BLUE value IS 83 (32.81% from 255) = 23.92%
R=52.74%
G=23.34%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183818300.560.550.28358.8241.4651.76
HexB75153038371C1672934
Octal26712112307067345475164
Binary1011011110100011010011011100011011111100101100111101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75153; }

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

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

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

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

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

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

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

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