#B23B5F

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

Shades of Rouge #B23B5F

Tints of Rouge #B23B5F

Color information

#B23B5F (or 0xB23B5F) is unknown color: approx Rouge. HEX triplet: B2, 3B and 5F. RGB value is (178,59,95). Sum of RGB (Red+Green+Blue) = 178+59+95=332 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.61% from 332); Green value is 59 (23.44% from 255 or 17.77% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 178 - color contains mainly: red. Hex color #B23B5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23B5F is #4DC4A0. Grayscale: #626262. Windows color (decimal): -5096609 or 6241202. OLE color: 6241202.

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

Color convert

RGB1785995-
CMYK00.670.470.30
HSL341.85º50.21%46.47%-
HSV(B)341.85º66.85%69.8%-
XYZ21.9913.4212.26-
YUV98.68125.92184.57-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.61%
GREEN value IS 59 (23.44% from 255) = 17.77%
BLUE value IS 95 (37.5% from 255) = 28.61%
R=53.61%
G=17.77%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178599500.670.470.30341.8550.2146.47
HexB23B5F0432F1E156322e
Octal26273137010357365266256
Binary1011001011101110111110100001110111111110101010110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23B5F; }

 p { color: rgb(178,59,95); }

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

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

 a { background-color: rgb(178,59,95); }

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

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

 span { border-color: rgb(178,59,95); }

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