#B23662

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

Shades of Rouge #B23662

Tints of Rouge #B23662

Color information

#B23662 (or 0xB23662) is unknown color: approx Rouge. HEX triplet: B2, 36 and 62. RGB value is (178,54,98). Sum of RGB (Red+Green+Blue) = 178+54+98=330 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.94% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 98 (38.67% from 255 or 29.70% from 330); Max value from RGB is 178 - color contains mainly: red. Hex color #B23662 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23662 is #4DC99D. Grayscale: #606060. Windows color (decimal): -5097886 or 6436530. OLE color: 6436530.

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

Color convert

RGB1785498-
CMYK00.700.450.30
HSL338.71º53.45%45.49%-
HSV(B)338.71º69.66%69.8%-
XYZ21.8812.9912.91-
YUV96.09129.08186.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.94%
GREEN value IS 54 (21.48% from 255) = 16.36%
BLUE value IS 98 (38.67% from 255) = 29.70%
R=53.94%
G=16.36%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178549800.700.450.30338.7153.4545.49
HexB236620462D1E153352d
Octal26266142010655365236555
Binary1011001011011011000100100011010110111110101010011110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23662; }

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

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

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

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

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

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

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

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