#B23C69

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

Shades of Rouge #B23C69

Tints of Rouge #B23C69

Color information

#B23C69 (or 0xB23C69) is unknown color: approx Rouge. HEX triplet: B2, 3C and 69. RGB value is (178,60,105). Sum of RGB (Red+Green+Blue) = 178+60+105=343 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.90% from 343); Green value is 60 (23.83% from 255 or 17.49% from 343); Blue value is 105 (41.41% from 255 or 30.61% from 343); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23C69 is #4DC396. Grayscale: #646464. Windows color (decimal): -5096343 or 6896818. OLE color: 6896818.

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

Color convert

RGB17860105-
CMYK00.660.410.30
HSL337.12º49.58%46.67%-
HSV(B)337.12º66.29%69.8%-
XYZ22.5313.7214.82-
YUV100.41130.59183.34-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.90%
GREEN value IS 60 (23.83% from 255) = 17.49%
BLUE value IS 105 (41.41% from 255) = 30.61%
R=51.90%
G=17.49%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786010500.660.410.30337.1249.5846.67
HexB23C69042291E151322f
Octal26274151010251365216257
Binary1011001011110011010010100001010100111110101010001110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23C69; }

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

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

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

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

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

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

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

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