#B23D6E

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

Shades of Rouge #B23D6E

Tints of Rouge #B23D6E

Color information

#B23D6E (or 0xB23D6E) is unknown color: approx Rouge. HEX triplet: B2, 3D and 6E. RGB value is (178,61,110). Sum of RGB (Red+Green+Blue) = 178+61+110=349 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.00% from 349); Green value is 61 (24.22% from 255 or 17.48% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 178 - color contains mainly: red. Hex color #B23D6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23D6E is #4DC291. Grayscale: #656565. Windows color (decimal): -5096082 or 7224754. OLE color: 7224754.

HSL color Cylindrical-coordinate representation of color #B23D6E: hue angle of 334.87º degrees, saturation: 0.49, 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 #B23D6E is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB17861110-
CMYK00.660.380.30
HSL334.87º48.95%46.86%-
HSV(B)334.87º65.73%69.8%-
XYZ22.8413.9316.24-
YUV101.57132.76182.52-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.00%
GREEN value IS 61 (24.22% from 255) = 17.48%
BLUE value IS 110 (43.36% from 255) = 31.52%
R=51.00%
G=17.48%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786111000.660.380.30334.8748.9546.86
HexB23D6E042261E14f312f
Octal26275156010246365176157
Binary1011001011110111011100100001010011011110101001111110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23D6E; }

 p { color: rgb(178,61,110); }

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

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

 a { background-color: rgb(178,61,110); }

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

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

 span { border-color: rgb(178,61,110); }

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