#b23f6c

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

Shades of Rouge #B23F6C

Tints of Rouge #B23F6C

Color information

#B23F6C (or 0xB23F6C) is unknown color: approx Rouge. HEX triplet: B2, 3F and 6C. RGB value is (178,63,108). Sum of RGB (Red+Green+Blue) = 178+63+108=349 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.00% from 349); Green value is 63 (25% from 255 or 18.05% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 178 - color contains mainly: red. Hex color #B23F6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23F6C is #4DC093. Grayscale: #666666. Windows color (decimal): -5095572 or 7094194. OLE color: 7094194.

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

Color convert

RGB17863108-
CMYK00.650.390.30
HSL336.52º47.72%47.25%-
HSV(B)336.52º64.61%69.8%-
XYZ22.8414.115.71-
YUV102.52131.1181.84-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.00%
GREEN value IS 63 (25% from 255) = 18.05%
BLUE value IS 108 (42.58% from 255) = 30.95%
R=51.00%
G=18.05%
B=30.95%

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
Decimal1786310800.650.390.30336.5247.7247.25
HexB23F6C041271E151302f
Octal26277154010147365216057
Binary1011001011111111011000100000110011111110101010001110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b23f6c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b23f6c; }

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

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

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

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

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

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

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

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