#B43B62

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

Shades of Rouge #B43B62

Tints of Rouge #B43B62

Color information

#B43B62 (or 0xB43B62) is unknown color: approx Rouge. HEX triplet: B4, 3B and 62. RGB value is (180,59,98). Sum of RGB (Red+Green+Blue) = 180+59+98=337 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.41% from 337); Green value is 59 (23.44% from 255 or 17.51% from 337); Blue value is 98 (38.67% from 255 or 29.08% from 337); Max value from RGB is 180 - color contains mainly: red. Hex color #B43B62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43B62 is #4BC49D. Grayscale: #636363. Windows color (decimal): -4965534 or 6437812. OLE color: 6437812.

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

Color convert

RGB1805998-
CMYK00.670.460.29
HSL340.66º50.63%46.86%-
HSV(B)340.66º67.22%70.59%-
XYZ22.5913.7113.01-
YUV99.62127.09185.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.41%
GREEN value IS 59 (23.44% from 255) = 17.51%
BLUE value IS 98 (38.67% from 255) = 29.08%
R=53.41%
G=17.51%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180599800.670.460.29340.6650.6346.86
HexB43B620432E1D155332f
Octal26473142010356355256357
Binary1011010011101111000100100001110111011101101010101110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43B62; }

 p { color: rgb(180,59,98); }

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

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

 a { background-color: rgb(180,59,98); }

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

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

 span { border-color: rgb(180,59,98); }

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