#B2484B

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

Shades of Hippie Pink #B2484B

Tints of Hippie Pink #B2484B

Color information

#B2484B (or 0xB2484B) is unknown color: approx Hippie Pink. HEX triplet: B2, 48 and 4B. RGB value is (178,72,75). Sum of RGB (Red+Green+Blue) = 178+72+75=325 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.77% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 75 (29.69% from 255 or 23.08% from 325); Max value from RGB is 178 - color contains mainly: red. Hex color #B2484B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2484B is #4DB7B4. Grayscale: #686868. Windows color (decimal): -5093301 or 4933810. OLE color: 4933810.

HSL color Cylindrical-coordinate representation of color #B2484B: hue angle of 358.3º 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 #B2484B is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB1787275-
CMYK00.600.580.30
HSL358.3º42.4%49.02%-
HSV(B)358.3º59.55%69.8%-
XYZ21.9514.618.32-
YUV104.04111.62180.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.77%
GREEN value IS 72 (28.52% from 255) = 22.15%
BLUE value IS 75 (29.69% from 255) = 23.08%
R=54.77%
G=22.15%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178727500.600.580.30358.342.449.02
HexB2484B03C3A1E1662a31
Octal26211011307472365465261
Binary1011001010010001001011011110011101011110101100110101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2484B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2484B; }

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

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

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

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

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

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

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

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