#B2485B

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

Shades of Hippie Pink #B2485B

Tints of Hippie Pink #B2485B

Color information

#B2485B (or 0xB2485B) is unknown color: approx Hippie Pink. HEX triplet: B2, 48 and 5B. RGB value is (178,72,91). Sum of RGB (Red+Green+Blue) = 178+72+91=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 91 (35.94% from 255 or 26.69% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B2485B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2485B is #4DB7A4. Grayscale: #696969. Windows color (decimal): -5093285 or 5982386. OLE color: 5982386.

HSL color Cylindrical-coordinate representation of color #B2485B: hue angle of 349.25º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B2485B is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB1787291-
CMYK00.600.490.30
HSL349.25º42.4%49.02%-
HSV(B)349.25º59.55%69.8%-
XYZ22.5714.8611.58-
YUV105.86119.62179.46-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.20%
GREEN value IS 72 (28.52% from 255) = 21.11%
BLUE value IS 91 (35.94% from 255) = 26.69%
R=52.20%
G=21.11%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178729100.600.490.30349.2542.449.02
HexB2485B03C311E15d2a31
Octal26211013307461365355261
Binary1011001010010001011011011110011000111110101011101101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2485B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2485B; }

 p { color: rgb(178,72,91); }

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

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

 a { background-color: rgb(178,72,91); }

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

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

 span { border-color: rgb(178,72,91); }

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