#B43961

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

Shades of Rouge #B43961

Tints of Rouge #B43961

Color information

#B43961 (or 0xB43961) is unknown color: approx Rouge. HEX triplet: B4, 39 and 61. RGB value is (180,57,97). Sum of RGB (Red+Green+Blue) = 180+57+97=334 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.89% from 334); Green value is 57 (22.66% from 255 or 17.07% from 334); Blue value is 97 (38.28% from 255 or 29.04% from 334); Max value from RGB is 180 - color contains mainly: red. Hex color #B43961 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43961 is #4BC69E. Grayscale: #626262. Windows color (decimal): -4966047 or 6371764. OLE color: 6371764.

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

Color convert

RGB1805797-
CMYK00.680.460.29
HSL340.49º51.9%46.47%-
HSV(B)340.49º68.33%70.59%-
XYZ22.4413.4912.73-
YUV98.34127.25186.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.89%
GREEN value IS 57 (22.66% from 255) = 17.07%
BLUE value IS 97 (38.28% from 255) = 29.04%
R=53.89%
G=17.07%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180579700.680.460.29340.4951.946.47
HexB439610442E1D154342e
Octal26471141010456355246456
Binary1011010011100111000010100010010111011101101010100110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43961; }

 p { color: rgb(180,57,97); }

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

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

 a { background-color: rgb(180,57,97); }

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

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

 span { border-color: rgb(180,57,97); }

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