#B23661

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

Shades of Rouge #B23661

Tints of Rouge #B23661

Color information

#B23661 (or 0xB23661) is unknown color: approx Rouge. HEX triplet: B2, 36 and 61. RGB value is (178,54,97). Sum of RGB (Red+Green+Blue) = 178+54+97=329 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.10% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 97 (38.28% from 255 or 29.48% from 329); Max value from RGB is 178 - color contains mainly: red. Hex color #B23661 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23661 is #4DC99E. Grayscale: #5F5F5F. Windows color (decimal): -5097887 or 6370994. OLE color: 6370994.

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

Color convert

RGB1785497-
CMYK00.700.460.30
HSL339.19º53.45%45.49%-
HSV(B)339.19º69.66%69.8%-
XYZ21.8412.9712.66-
YUV95.98128.58186.5-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.10%
GREEN value IS 54 (21.48% from 255) = 16.41%
BLUE value IS 97 (38.28% from 255) = 29.48%
R=54.10%
G=16.41%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178549700.700.460.30339.1953.4545.49
HexB236610462E1E153352d
Octal26266141010656365236555
Binary1011001011011011000010100011010111011110101010011110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23661; }

 p { color: rgb(178,54,97); }

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

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

 a { background-color: rgb(178,54,97); }

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

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

 span { border-color: rgb(178,54,97); }

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