#B5385F

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

Shades of Rouge #B5385F

Tints of Rouge #B5385F

Color information

#B5385F (or 0xB5385F) is unknown color: approx Rouge. HEX triplet: B5, 38 and 5F. RGB value is (181,56,95). Sum of RGB (Red+Green+Blue) = 181+56+95=332 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.52% from 332); Green value is 56 (22.27% from 255 or 16.87% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 181 - color contains mainly: red. Hex color #B5385F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5385F is #4AC7A0. Grayscale: #616161. Windows color (decimal): -4900769 or 6240437. OLE color: 6240437.

HSL color Cylindrical-coordinate representation of color #B5385F: hue angle of 341.28º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B5385F is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB1815695-
CMYK00.690.480.29
HSL341.28º52.74%46.47%-
HSV(B)341.28º69.06%70.98%-
XYZ22.5413.4812.24-
YUV97.82126.41187.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.52%
GREEN value IS 56 (22.27% from 255) = 16.87%
BLUE value IS 95 (37.5% from 255) = 28.61%
R=54.52%
G=16.87%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181569500.690.480.29341.2852.7446.47
HexB5385F045301D155352e
Octal26570137010560355256556
Binary1011010111100010111110100010111000011101101010101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5385F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5385F; }

 p { color: rgb(181,56,95); }

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

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

 a { background-color: rgb(181,56,95); }

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

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

 span { border-color: rgb(181,56,95); }

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