#B23E6D

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

Shades of Rouge #B23E6D

Tints of Rouge #B23E6D

Color information

#B23E6D (or 0xB23E6D) is unknown color: approx Rouge. HEX triplet: B2, 3E and 6D. RGB value is (178,62,109). Sum of RGB (Red+Green+Blue) = 178+62+109=349 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.00% from 349); Green value is 62 (24.61% from 255 or 17.77% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 178 - color contains mainly: red. Hex color #B23E6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23E6D is #4DC192. Grayscale: #656565. Windows color (decimal): -5095827 or 7159474. OLE color: 7159474.

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

Color convert

RGB17862109-
CMYK00.650.390.30
HSL335.69º48.33%47.06%-
HSV(B)335.69º65.17%69.8%-
XYZ22.8414.0115.97-
YUV102.04131.93182.18-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.00%
GREEN value IS 62 (24.61% from 255) = 17.77%
BLUE value IS 109 (42.97% from 255) = 31.23%
R=51.00%
G=17.77%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786210900.650.390.30335.6948.3347.06
HexB23E6D041271E150302f
Octal26276155010147365206057
Binary1011001011111011011010100000110011111110101010000110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23E6D; }

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

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

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

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

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

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

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

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