#B2385C

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

Shades of Rouge #B2385C

Tints of Rouge #B2385C

Color information

#B2385C (or 0xB2385C) is unknown color: approx Rouge. HEX triplet: B2, 38 and 5C. RGB value is (178,56,92). Sum of RGB (Red+Green+Blue) = 178+56+92=326 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.60% from 326); Green value is 56 (22.27% from 255 or 17.18% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 178 - color contains mainly: red. Hex color #B2385C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2385C is #4DC7A3. Grayscale: #606060. Windows color (decimal): -5097380 or 6043826. OLE color: 6043826.

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

Color convert

RGB1785692-
CMYK00.690.480.30
HSL342.3º52.14%45.88%-
HSV(B)342.3º68.54%69.8%-
XYZ21.7113.0711.5-
YUV96.58125.42186.07-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.60%
GREEN value IS 56 (22.27% from 255) = 17.18%
BLUE value IS 92 (36.33% from 255) = 28.22%
R=54.60%
G=17.18%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178569200.690.480.30342.352.1445.88
HexB2385C045301E156342e
Octal26270134010560365266456
Binary1011001011100010111000100010111000011110101010110110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2385C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2385C; }

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

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

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

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

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

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

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

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