#B23C6D

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

Shades of Rouge #B23C6D

Tints of Rouge #B23C6D

Color information

#B23C6D (or 0xB23C6D) is unknown color: approx Rouge. HEX triplet: B2, 3C and 6D. RGB value is (178,60,109). Sum of RGB (Red+Green+Blue) = 178+60+109=347 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.30% from 347); Green value is 60 (23.83% from 255 or 17.29% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23C6D is #4DC392. Grayscale: #646464. Windows color (decimal): -5096339 or 7158962. OLE color: 7158962.

HSL color Cylindrical-coordinate representation of color #B23C6D: hue angle of 335.08º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B23C6D is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB17860109-
CMYK00.660.390.30
HSL335.08º49.58%46.67%-
HSV(B)335.08º66.29%69.8%-
XYZ22.7413.815.93-
YUV100.87132.59183.02-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.30%
GREEN value IS 60 (23.83% from 255) = 17.29%
BLUE value IS 109 (42.97% from 255) = 31.41%
R=51.30%
G=17.29%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786010900.660.390.30335.0849.5846.67
HexB23C6D042271E14f322f
Octal26274155010247365176257
Binary1011001011110011011010100001010011111110101001111110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23C6D; }

 p { color: rgb(178,60,109); }

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

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

 a { background-color: rgb(178,60,109); }

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

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

 span { border-color: rgb(178,60,109); }

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