#B23E6A

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

Shades of Rouge #B23E6A

Tints of Rouge #B23E6A

Color information

#B23E6A (or 0xB23E6A) is unknown color: approx Rouge. HEX triplet: B2, 3E and 6A. RGB value is (178,62,106). Sum of RGB (Red+Green+Blue) = 178+62+106=346 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.45% from 346); Green value is 62 (24.61% from 255 or 17.92% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 178 - color contains mainly: red. Hex color #B23E6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23E6A is #4DC195. Grayscale: #656565. Windows color (decimal): -5095830 or 6962866. OLE color: 6962866.

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

Color convert

RGB17862106-
CMYK00.650.400.30
HSL337.24º48.33%47.06%-
HSV(B)337.24º65.17%69.8%-
XYZ22.6813.9515.13-
YUV101.7130.43182.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.45%
GREEN value IS 62 (24.61% from 255) = 17.92%
BLUE value IS 106 (41.80% from 255) = 30.64%
R=51.45%
G=17.92%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786210600.650.400.30337.2448.3347.06
HexB23E6A041281E151302f
Octal26276152010150365216057
Binary1011001011111011010100100000110100011110101010001110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23E6A; }

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

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

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

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

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

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

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

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