#B75253

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

Shades of Hippie Pink #B75253

Tints of Hippie Pink #B75253

Color information

#B75253 (or 0xB75253) is unknown color: approx Hippie Pink. HEX triplet: B7, 52 and 53. RGB value is (183,82,83). Sum of RGB (Red+Green+Blue) = 183+82+83=348 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.59% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 83 (32.81% from 255 or 23.85% from 348); Max value from RGB is 183 - color contains mainly: red. Hex color #B75253 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75253 is #48ADAC. Grayscale: #707070. Windows color (decimal): -4763053 or 5460663. OLE color: 5460663.

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

Color convert

RGB1838283-
CMYK00.550.550.28
HSL359.41º41.22%51.96%-
HSV(B)359.41º55.19%71.76%-
XYZ24.1116.7310.14-
YUV112.31111.46178.42-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.59%
GREEN value IS 82 (32.42% from 255) = 23.56%
BLUE value IS 83 (32.81% from 255) = 23.85%
R=52.59%
G=23.56%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183828300.550.550.28359.4141.2251.96
HexB75253037371C1672934
Octal26712212306767345475164
Binary1011011110100101010011011011111011111100101100111101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75253; }

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

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

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

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

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

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

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

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