#B0376E

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

Shades of Rouge #B0376E

Tints of Rouge #B0376E

Color information

#B0376E (or 0xB0376E) is unknown color: approx Rouge. HEX triplet: B0, 37 and 6E. RGB value is (176,55,110). Sum of RGB (Red+Green+Blue) = 176+55+110=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 55 (21.88% from 255 or 16.13% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B0376E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0376E is #4FC891. Grayscale: #616161. Windows color (decimal): -5228690 or 7223216. OLE color: 7223216.

HSL color Cylindrical-coordinate representation of color #B0376E: hue angle of 332.73º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B0376E is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB17655110-
CMYK00.690.370.31
HSL332.73º52.38%45.29%-
HSV(B)332.73º68.75%69.02%-
XYZ22.0913.0916.11-
YUV97.45135.09184.03-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.61%
GREEN value IS 55 (21.88% from 255) = 16.13%
BLUE value IS 110 (43.36% from 255) = 32.26%
R=51.61%
G=16.13%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765511000.690.370.31332.7352.3845.29
HexB0376E045251F14d342d
Octal26067156010545375156455
Binary1011000011011111011100100010110010111111101001101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0376E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0376E; }

 p { color: rgb(176,55,110); }

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

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

 a { background-color: rgb(176,55,110); }

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

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

 span { border-color: rgb(176,55,110); }

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