#B9434E

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

Shades of Hippie Pink #B9434E

Tints of Hippie Pink #B9434E

Color information

#B9434E (or 0xB9434E) is unknown color: approx Hippie Pink. HEX triplet: B9, 43 and 4E. RGB value is (185,67,78). Sum of RGB (Red+Green+Blue) = 185+67+78=330 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.06% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 185 - color contains mainly: red. Hex color #B9434E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9434E is #46BCB1. Grayscale: #676767. Windows color (decimal): -4635826 or 5129145. OLE color: 5129145.

HSL color Cylindrical-coordinate representation of color #B9434E: hue angle of 354.41º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B9434E is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB1856778-
CMYK00.640.580.27
HSL354.41º46.83%49.41%-
HSV(B)354.41º63.78%72.55%-
XYZ23.3914.888.85-
YUV103.54113.59186.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.06%
GREEN value IS 67 (26.56% from 255) = 20.30%
BLUE value IS 78 (30.86% from 255) = 23.64%
R=56.06%
G=20.30%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185677800.640.580.27354.4146.8349.41
HexB9434E0403A1B1622f31
Octal271103116010072335425761
Binary10111001100001110011100100000011101011011101100010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9434E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9434E; }

 p { color: rgb(185,67,78); }

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

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

 a { background-color: rgb(185,67,78); }

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

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

 span { border-color: rgb(185,67,78); }

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