#B23E5F

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

Shades of Rouge #B23E5F

Tints of Rouge #B23E5F

Color information

#B23E5F (or 0xB23E5F) is unknown color: approx Rouge. HEX triplet: B2, 3E and 5F. RGB value is (178,62,95). Sum of RGB (Red+Green+Blue) = 178+62+95=335 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.13% from 335); Green value is 62 (24.61% from 255 or 18.51% from 335); Blue value is 95 (37.5% from 255 or 28.36% from 335); Max value from RGB is 178 - color contains mainly: red. Hex color #B23E5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23E5F is #4DC1A0. Grayscale: #646464. Windows color (decimal): -5095841 or 6241970. OLE color: 6241970.

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

Color convert

RGB1786295-
CMYK00.650.470.30
HSL342.93º48.33%47.06%-
HSV(B)342.93º65.17%69.8%-
XYZ22.1513.7412.31-
YUV100.45124.93183.32-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.13%
GREEN value IS 62 (24.61% from 255) = 18.51%
BLUE value IS 95 (37.5% from 255) = 28.36%
R=53.13%
G=18.51%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178629500.650.470.30342.9348.3347.06
HexB23E5F0412F1E157302f
Octal26276137010157365276057
Binary1011001011111010111110100000110111111110101010111110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23E5F; }

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

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

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

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

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

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

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

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