#B2385B

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

Shades of Rouge #B2385B

Tints of Rouge #B2385B

Color information

#B2385B (or 0xB2385B) is unknown color: approx Rouge. HEX triplet: B2, 38 and 5B. RGB value is (178,56,91). Sum of RGB (Red+Green+Blue) = 178+56+91=325 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.77% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 178 - color contains mainly: red. Hex color #B2385B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2385B is #4DC7A4. Grayscale: #606060. Windows color (decimal): -5097381 or 5978290. OLE color: 5978290.

HSL color Cylindrical-coordinate representation of color #B2385B: hue angle of 342.79º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B2385B is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB1785691-
CMYK00.690.490.30
HSL342.79º52.14%45.88%-
HSV(B)342.79º68.54%69.8%-
XYZ21.6613.0511.27-
YUV96.47124.92186.15-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.77%
GREEN value IS 56 (22.27% from 255) = 17.23%
BLUE value IS 91 (35.94% from 255) = 28%
R=54.77%
G=17.23%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178569100.690.490.30342.7952.1445.88
HexB2385B045311E157342e
Octal26270133010561365276456
Binary1011001011100010110110100010111000111110101010111110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2385B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2385B; }

 p { color: rgb(178,56,91); }

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

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

 a { background-color: rgb(178,56,91); }

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

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

 span { border-color: rgb(178,56,91); }

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