#B9494B

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

Shades of Hippie Pink #B9494B

Tints of Hippie Pink #B9494B

Color information

#B9494B (or 0xB9494B) is unknown color: approx Hippie Pink. HEX triplet: B9, 49 and 4B. RGB value is (185,73,75). Sum of RGB (Red+Green+Blue) = 185+73+75=333 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.56% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 185 - color contains mainly: red. Hex color #B9494B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9494B is #46B6B4. Grayscale: #6A6A6A. Windows color (decimal): -4634293 or 4934073. OLE color: 4934073.

HSL color Cylindrical-coordinate representation of color #B9494B: hue angle of 358.93º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B9494B is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB1857375-
CMYK00.610.590.27
HSL358.93º44.44%50.59%-
HSV(B)358.93º60.54%72.55%-
XYZ23.6615.598.42-
YUV106.72110.11183.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 55.56%
GREEN value IS 73 (28.91% from 255) = 21.92%
BLUE value IS 75 (29.69% from 255) = 22.52%
R=55.56%
G=21.92%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185737500.610.590.27358.9344.4450.59
HexB9494B03D3B1B1672c33
Octal27111111307573335475463
Binary1011100110010011001011011110111101111011101100111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9494B; }

 p { color: rgb(185,73,75); }

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

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

 a { background-color: rgb(185,73,75); }

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

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

 span { border-color: rgb(185,73,75); }

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