#B2385E

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

Shades of Rouge #B2385E

Tints of Rouge #B2385E

Color information

#B2385E (or 0xB2385E) is unknown color: approx Rouge. HEX triplet: B2, 38 and 5E. RGB value is (178,56,94). Sum of RGB (Red+Green+Blue) = 178+56+94=328 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.27% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 178 - color contains mainly: red. Hex color #B2385E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2385E is #4DC7A1. Grayscale: #606060. Windows color (decimal): -5097378 or 6174898. OLE color: 6174898.

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

Color convert

RGB1785694-
CMYK00.690.470.30
HSL341.31º52.14%45.88%-
HSV(B)341.31º68.54%69.8%-
XYZ21.7913.111.97-
YUV96.81126.42185.91-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.27%
GREEN value IS 56 (22.27% from 255) = 17.07%
BLUE value IS 94 (37.11% from 255) = 28.66%
R=54.27%
G=17.07%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178569400.690.470.30341.3152.1445.88
HexB2385E0452F1E155342e
Octal26270136010557365256456
Binary1011001011100010111100100010110111111110101010101110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2385E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2385E; }

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

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

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

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

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

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

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

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