#B0376A

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

Shades of Rouge #B0376A

Tints of Rouge #B0376A

Color information

#B0376A (or 0xB0376A) is unknown color: approx Rouge. HEX triplet: B0, 37 and 6A. RGB value is (176,55,106). Sum of RGB (Red+Green+Blue) = 176+55+106=337 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.23% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 176 - color contains mainly: red. Hex color #B0376A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0376A is #4FC895. Grayscale: #606060. Windows color (decimal): -5228694 or 6961072. OLE color: 6961072.

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

Color convert

RGB17655106-
CMYK00.690.400.31
HSL334.71º52.38%45.29%-
HSV(B)334.71º68.75%69.02%-
XYZ21.871314.99-
YUV96.99133.09184.35-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.23%
GREEN value IS 55 (21.88% from 255) = 16.32%
BLUE value IS 106 (41.80% from 255) = 31.45%
R=52.23%
G=16.32%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765510600.690.400.31334.7152.3845.29
HexB0376A045281F14f342d
Octal26067152010550375176455
Binary1011000011011111010100100010110100011111101001111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0376A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0376A; }

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

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

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

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

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

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

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

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