#B6385A

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

Shades of Rouge #B6385A

Tints of Rouge #B6385A

Color information

#B6385A (or 0xB6385A) is unknown color: approx Rouge. HEX triplet: B6, 38 and 5A. RGB value is (182,56,90). Sum of RGB (Red+Green+Blue) = 182+56+90=328 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.49% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 182 - color contains mainly: red. Hex color #B6385A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6385A is #49C7A5. Grayscale: #616161. Windows color (decimal): -4835238 or 5912758. OLE color: 5912758.

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

Color convert

RGB1825690-
CMYK00.690.510.29
HSL343.81º52.94%46.67%-
HSV(B)343.81º69.23%71.37%-
XYZ22.5513.5111.09-
YUV97.55123.74188.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 55.49%
GREEN value IS 56 (22.27% from 255) = 17.07%
BLUE value IS 90 (35.55% from 255) = 27.44%
R=55.49%
G=17.07%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182569000.690.510.29343.8152.9446.67
HexB6385A045331D158352f
Octal26670132010563355306557
Binary1011011011100010110100100010111001111101101011000110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6385A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6385A; }

 p { color: rgb(182,56,90); }

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

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

 a { background-color: rgb(182,56,90); }

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

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

 span { border-color: rgb(182,56,90); }

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