#B8435D

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

Shades of Hippie Pink #B8435D

Tints of Hippie Pink #B8435D

Color information

#B8435D (or 0xB8435D) is unknown color: approx Hippie Pink. HEX triplet: B8, 43 and 5D. RGB value is (184,67,93). Sum of RGB (Red+Green+Blue) = 184+67+93=344 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.49% from 344); Green value is 67 (26.56% from 255 or 19.48% from 344); Blue value is 93 (36.72% from 255 or 27.03% from 344); Max value from RGB is 184 - color contains mainly: red. Hex color #B8435D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8435D is #47BCA2. Grayscale: #686868. Windows color (decimal): -4701347 or 6112184. OLE color: 6112184.

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

Color convert

RGB1846793-
CMYK00.640.490.28
HSL346.67º46.61%49.22%-
HSV(B)346.67º63.59%72.16%-
XYZ23.7514.9912-
YUV104.95121.26184.39-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 53.49%
GREEN value IS 67 (26.56% from 255) = 19.48%
BLUE value IS 93 (36.72% from 255) = 27.03%
R=53.49%
G=19.48%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184679300.640.490.28346.6746.6149.22
HexB8435D040311C15b2f31
Octal270103135010061345335761
Binary10111000100001110111010100000011000111100101011011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8435D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8435D; }

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

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

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

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

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

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

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

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