#B8434A

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

Shades of Hippie Pink #B8434A

Tints of Hippie Pink #B8434A

Color information

#B8434A (or 0xB8434A) is unknown color: approx Hippie Pink. HEX triplet: B8, 43 and 4A. RGB value is (184,67,74). Sum of RGB (Red+Green+Blue) = 184+67+74=325 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.62% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 74 (29.30% from 255 or 22.77% from 325); Max value from RGB is 184 - color contains mainly: red. Hex color #B8434A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8434A is #47BCB5. Grayscale: #666666. Windows color (decimal): -4701366 or 4867000. OLE color: 4867000.

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

Color convert

RGB1846774-
CMYK00.640.600.28
HSL356.41º46.61%49.22%-
HSV(B)356.41º63.59%72.16%-
XYZ23.0114.78.1-
YUV102.78111.76185.93-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 56.62%
GREEN value IS 67 (26.56% from 255) = 20.62%
BLUE value IS 74 (29.30% from 255) = 22.77%
R=56.62%
G=20.62%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184677400.640.600.28356.4146.6149.22
HexB8434A0403C1C1642f31
Octal270103112010074345445761
Binary10111000100001110010100100000011110011100101100100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8434A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8434A; }

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

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

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

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

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

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

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

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