#B5385C

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

Shades of Rouge #B5385C

Tints of Rouge #B5385C

Color information

#B5385C (or 0xB5385C) is unknown color: approx Rouge. HEX triplet: B5, 38 and 5C. RGB value is (181,56,92). Sum of RGB (Red+Green+Blue) = 181+56+92=329 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.02% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 181 - color contains mainly: red. Hex color #B5385C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5385C is #4AC7A3. Grayscale: #616161. Windows color (decimal): -4900772 or 6043829. OLE color: 6043829.

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

Color convert

RGB1815692-
CMYK00.690.490.29
HSL342.72º52.74%46.47%-
HSV(B)342.72º69.06%70.98%-
XYZ22.413.4211.54-
YUV97.48124.91187.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.02%
GREEN value IS 56 (22.27% from 255) = 17.02%
BLUE value IS 92 (36.33% from 255) = 27.96%
R=55.02%
G=17.02%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181569200.690.490.29342.7252.7446.47
HexB5385C045311D157352e
Octal26570134010561355276556
Binary1011010111100010111000100010111000111101101010111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5385C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5385C; }

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

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

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

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

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

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

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

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