#B8434E

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

Shades of Hippie Pink #B8434E

Tints of Hippie Pink #B8434E

Color information

#B8434E (or 0xB8434E) is unknown color: approx Hippie Pink. HEX triplet: B8, 43 and 4E. RGB value is (184,67,78). Sum of RGB (Red+Green+Blue) = 184+67+78=329 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.93% from 329); Green value is 67 (26.56% from 255 or 20.36% from 329); Blue value is 78 (30.86% from 255 or 23.71% from 329); Max value from RGB is 184 - color contains mainly: red. Hex color #B8434E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8434E is #47BCB1. Grayscale: #676767. Windows color (decimal): -4701362 or 5129144. OLE color: 5129144.

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

Color convert

RGB1846778-
CMYK00.640.580.28
HSL354.36º46.61%49.22%-
HSV(B)354.36º63.59%72.16%-
XYZ23.1514.758.84-
YUV103.24113.76185.61-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 55.93%
GREEN value IS 67 (26.56% from 255) = 20.36%
BLUE value IS 78 (30.86% from 255) = 23.71%
R=55.93%
G=20.36%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184677800.640.580.28354.3646.6149.22
HexB8434E0403A1C1622f31
Octal270103116010072345425761
Binary10111000100001110011100100000011101011100101100010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8434E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8434E; }

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

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

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

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

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

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

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

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