#B8435E

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

Shades of Hippie Pink #B8435E

Tints of Hippie Pink #B8435E

Color information

#B8435E (or 0xB8435E) is unknown color: approx Hippie Pink. HEX triplet: B8, 43 and 5E. RGB value is (184,67,94). Sum of RGB (Red+Green+Blue) = 184+67+94=345 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.33% from 345); Green value is 67 (26.56% from 255 or 19.42% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 184 - color contains mainly: red. Hex color #B8435E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8435E is #47BCA1. Grayscale: #696969. Windows color (decimal): -4701346 or 6177720. OLE color: 6177720.

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

Color convert

RGB1846794-
CMYK00.640.490.28
HSL346.15º46.61%49.22%-
HSV(B)346.15º63.59%72.16%-
XYZ23.7915.0112.23-
YUV105.06121.76184.3-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 53.33%
GREEN value IS 67 (26.56% from 255) = 19.42%
BLUE value IS 94 (37.11% from 255) = 27.25%
R=53.33%
G=19.42%
B=27.25%

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
Decimal184679400.640.490.28346.1546.6149.22
HexB8435E040311C15a2f31
Octal270103136010061345325761
Binary10111000100001110111100100000011000111100101011010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8435E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8435E; }

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

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

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

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

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

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

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

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