#B23B6C

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

Shades of Rouge #B23B6C

Tints of Rouge #B23B6C

Color information

#B23B6C (or 0xB23B6C) is unknown color: approx Rouge. HEX triplet: B2, 3B and 6C. RGB value is (178,59,108). Sum of RGB (Red+Green+Blue) = 178+59+108=345 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.59% from 345); Green value is 59 (23.44% from 255 or 17.10% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 178 - color contains mainly: red. Hex color #B23B6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23B6C is #4DC493. Grayscale: #646464. Windows color (decimal): -5096596 or 7093170. OLE color: 7093170.

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

Color convert

RGB17859108-
CMYK00.670.390.30
HSL335.29º50.21%46.47%-
HSV(B)335.29º66.85%69.8%-
XYZ22.6313.6815.63-
YUV100.17132.42183.52-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.59%
GREEN value IS 59 (23.44% from 255) = 17.10%
BLUE value IS 108 (42.58% from 255) = 31.30%
R=51.59%
G=17.10%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785910800.670.390.30335.2950.2146.47
HexB23B6C043271E14f322e
Octal26273154010347365176256
Binary1011001011101111011000100001110011111110101001111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23B6C; }

 p { color: rgb(178,59,108); }

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

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

 a { background-color: rgb(178,59,108); }

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

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

 span { border-color: rgb(178,59,108); }

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