#B7435F

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

Shades of Hippie Pink #B7435F

Tints of Hippie Pink #B7435F

Color information

#B7435F (or 0xB7435F) is unknown color: approx Hippie Pink. HEX triplet: B7, 43 and 5F. RGB value is (183,67,95). Sum of RGB (Red+Green+Blue) = 183+67+95=345 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.04% from 345); Green value is 67 (26.56% from 255 or 19.42% from 345); Blue value is 95 (37.5% from 255 or 27.54% from 345); Max value from RGB is 183 - color contains mainly: red. Hex color #B7435F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7435F is #48BCA0. Grayscale: #686868. Windows color (decimal): -4766881 or 6243255. OLE color: 6243255.

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

Color convert

RGB1836795-
CMYK00.630.480.28
HSL345.52º46.4%49.02%-
HSV(B)345.52º63.39%71.76%-
XYZ23.614.9112.46-
YUV104.88122.43183.72-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.04%
GREEN value IS 67 (26.56% from 255) = 19.42%
BLUE value IS 95 (37.5% from 255) = 27.54%
R=53.04%
G=19.42%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183679500.630.480.28345.5246.449.02
HexB7435F03F301C15a2e31
Octal26710313707760345325661
Binary1011011110000111011111011111111000011100101011010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7435F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7435F; }

 p { color: rgb(183,67,95); }

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

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

 a { background-color: rgb(183,67,95); }

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

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

 span { border-color: rgb(183,67,95); }

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