#B23266

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

Shades of Rouge #B23266

Tints of Rouge #B23266

Color information

#B23266 (or 0xB23266) is unknown color: approx Rouge. HEX triplet: B2, 32 and 66. RGB value is (178,50,102). Sum of RGB (Red+Green+Blue) = 178+50+102=330 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.94% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 102 (40.23% from 255 or 30.91% from 330); Max value from RGB is 178 - color contains mainly: red. Hex color #B23266 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23266 is #4DCD99. Grayscale: #5E5E5E. Windows color (decimal): -5098906 or 6697650. OLE color: 6697650.

HSL color Cylindrical-coordinate representation of color #B23266: hue angle of 335.62º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B23266 is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB17850102-
CMYK00.720.430.30
HSL335.62º56.14%44.71%-
HSV(B)335.62º71.91%69.8%-
XYZ21.912.7113.87-
YUV94.2132.41187.77-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.94%
GREEN value IS 50 (19.92% from 255) = 15.15%
BLUE value IS 102 (40.23% from 255) = 30.91%
R=53.94%
G=15.15%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785010200.720.430.30335.6256.1444.71
HexB232660482B1E150382d
Octal26262146011053365207055
Binary1011001011001011001100100100010101111110101010000111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23266; }

 p { color: rgb(178,50,102); }

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

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

 a { background-color: rgb(178,50,102); }

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

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

 span { border-color: rgb(178,50,102); }

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