#B7485A

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

Shades of Hippie Pink #B7485A

Tints of Hippie Pink #B7485A

Color information

#B7485A (or 0xB7485A) is unknown color: approx Hippie Pink. HEX triplet: B7, 48 and 5A. RGB value is (183,72,90). Sum of RGB (Red+Green+Blue) = 183+72+90=345 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.04% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 183 - color contains mainly: red. Hex color #B7485A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7485A is #48B7A5. Grayscale: #6B6B6B. Windows color (decimal): -4765606 or 5916855. OLE color: 5916855.

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

Color convert

RGB1837290-
CMYK00.610.510.28
HSL350.27º43.53%50%-
HSV(B)350.27º60.66%71.76%-
XYZ23.6915.4411.4-
YUV107.24118.27182.04-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.04%
GREEN value IS 72 (28.52% from 255) = 20.87%
BLUE value IS 90 (35.55% from 255) = 26.09%
R=53.04%
G=20.87%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183729000.610.510.28350.2743.5350
HexB7485A03D331C15e2c32
Octal26711013207563345365462
Binary1011011110010001011010011110111001111100101011110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7485A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7485A; }

 p { color: rgb(183,72,90); }

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

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

 a { background-color: rgb(183,72,90); }

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

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

 span { border-color: rgb(183,72,90); }

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