#B8434B

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

Shades of Hippie Pink #B8434B

Tints of Hippie Pink #B8434B

Color information

#B8434B (or 0xB8434B) is unknown color: approx Hippie Pink. HEX triplet: B8, 43 and 4B. RGB value is (184,67,75). Sum of RGB (Red+Green+Blue) = 184+67+75=326 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.44% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 75 (29.69% from 255 or 23.01% from 326); Max value from RGB is 184 - color contains mainly: red. Hex color #B8434B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8434B is #47BCB4. Grayscale: #666666. Windows color (decimal): -4701365 or 4932536. OLE color: 4932536.

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

Color convert

RGB1846775-
CMYK00.640.590.28
HSL355.9º46.61%49.22%-
HSV(B)355.9º63.59%72.16%-
XYZ23.0414.718.28-
YUV102.9112.26185.85-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 56.44%
GREEN value IS 67 (26.56% from 255) = 20.55%
BLUE value IS 75 (29.69% from 255) = 23.01%
R=56.44%
G=20.55%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184677500.640.590.28355.946.6149.22
HexB8434B0403B1C1642f31
Octal270103113010073345445761
Binary10111000100001110010110100000011101111100101100100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8434B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8434B; }

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

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

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

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

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

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

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

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