#B23765

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

Shades of Rouge #B23765

Tints of Rouge #B23765

Color information

#B23765 (or 0xB23765) is unknown color: approx Rouge. HEX triplet: B2, 37 and 65. RGB value is (178,55,101). Sum of RGB (Red+Green+Blue) = 178+55+101=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 55 (21.88% from 255 or 16.47% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B23765 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23765 is #4DC89A. Grayscale: #606060. Windows color (decimal): -5097627 or 6633394. OLE color: 6633394.

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

Color convert

RGB17855101-
CMYK00.690.430.30
HSL337.56º52.79%45.69%-
HSV(B)337.56º69.1%69.8%-
XYZ22.0813.1413.68-
YUV97.02130.25185.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.29%
GREEN value IS 55 (21.88% from 255) = 16.47%
BLUE value IS 101 (39.84% from 255) = 30.24%
R=53.29%
G=16.47%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785510100.690.430.30337.5652.7945.69
HexB237650452B1E152352e
Octal26267145010553365226556
Binary1011001011011111001010100010110101111110101010010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23765; }

 p { color: rgb(178,55,101); }

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

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

 a { background-color: rgb(178,55,101); }

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

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

 span { border-color: rgb(178,55,101); }

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