#B23C6B

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

Shades of Rouge #B23C6B

Tints of Rouge #B23C6B

Color information

#B23C6B (or 0xB23C6B) is unknown color: approx Rouge. HEX triplet: B2, 3C and 6B. RGB value is (178,60,107). Sum of RGB (Red+Green+Blue) = 178+60+107=345 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.59% from 345); Green value is 60 (23.83% from 255 or 17.39% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23C6B is #4DC394. Grayscale: #646464. Windows color (decimal): -5096341 or 7027890. OLE color: 7027890.

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

Color convert

RGB17860107-
CMYK00.660.400.30
HSL336.1º49.58%46.67%-
HSV(B)336.1º66.29%69.8%-
XYZ22.6313.7615.37-
YUV100.64131.59183.18-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.59%
GREEN value IS 60 (23.83% from 255) = 17.39%
BLUE value IS 107 (42.19% from 255) = 31.01%
R=51.59%
G=17.39%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786010700.660.400.30336.149.5846.67
HexB23C6B042281E150322f
Octal26274153010250365206257
Binary1011001011110011010110100001010100011110101010000110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23C6B; }

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

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

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

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

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

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

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

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