#B43F5E

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

Shades of Rouge #B43F5E

Tints of Rouge #B43F5E

Color information

#B43F5E (or 0xB43F5E) is unknown color: approx Rouge. HEX triplet: B4, 3F and 5E. RGB value is (180,63,94). Sum of RGB (Red+Green+Blue) = 180+63+94=337 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.41% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 180 - color contains mainly: red. Hex color #B43F5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43F5E is #4BC0A1. Grayscale: #656565. Windows color (decimal): -4964514 or 6176692. OLE color: 6176692.

HSL color Cylindrical-coordinate representation of color #B43F5E: hue angle of 344.1º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B43F5E is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB1806394-
CMYK00.650.480.29
HSL344.1º48.15%47.65%-
HSV(B)344.1º65%70.59%-
XYZ22.6214.0712.11-
YUV101.52123.76183.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.41%
GREEN value IS 63 (25% from 255) = 18.69%
BLUE value IS 94 (37.11% from 255) = 27.89%
R=53.41%
G=18.69%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180639400.650.480.29344.148.1547.65
HexB43F5E041301D1583030
Octal26477136010160355306060
Binary1011010011111110111100100000111000011101101011000110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43F5E; }

 p { color: rgb(180,63,94); }

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

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

 a { background-color: rgb(180,63,94); }

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

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

 span { border-color: rgb(180,63,94); }

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