#B7475B

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

Shades of Hippie Pink #B7475B

Tints of Hippie Pink #B7475B

Color information

#B7475B (or 0xB7475B) is unknown color: approx Hippie Pink. HEX triplet: B7, 47 and 5B. RGB value is (183,71,91). Sum of RGB (Red+Green+Blue) = 183+71+91=345 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.04% from 345); Green value is 71 (28.12% from 255 or 20.58% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 183 - color contains mainly: red. Hex color #B7475B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7475B is #48B8A4. Grayscale: #6A6A6A. Windows color (decimal): -4765861 or 5982135. OLE color: 5982135.

HSL color Cylindrical-coordinate representation of color #B7475B: hue angle of 349.29º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B7475B is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB1837191-
CMYK00.610.500.28
HSL349.29º44.09%49.8%-
HSV(B)349.29º61.2%71.76%-
XYZ23.6715.3311.61-
YUV106.77119.11182.37-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.04%
GREEN value IS 71 (28.12% from 255) = 20.58%
BLUE value IS 91 (35.94% from 255) = 26.38%
R=53.04%
G=20.58%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183719100.610.500.28349.2944.0949.8
HexB7475B03D321C15d2c32
Octal26710713307562345355462
Binary1011011110001111011011011110111001011100101011101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7475B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7475B; }

 p { color: rgb(183,71,91); }

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

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

 a { background-color: rgb(183,71,91); }

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

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

 span { border-color: rgb(183,71,91); }

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