#B43062

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

Shades of Rouge #B43062

Tints of Rouge #B43062

Color information

#B43062 (or 0xB43062) is unknown color: approx Rouge. HEX triplet: B4, 30 and 62. RGB value is (180,48,98). Sum of RGB (Red+Green+Blue) = 180+48+98=326 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.21% from 326); Green value is 48 (19.14% from 255 or 14.72% from 326); Blue value is 98 (38.67% from 255 or 30.06% from 326); Max value from RGB is 180 - color contains mainly: red. Hex color #B43062 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43062 is #4BCF9D. Grayscale: #5D5D5D. Windows color (decimal): -4968350 or 6434996. OLE color: 6434996.

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

Color convert

RGB1804898-
CMYK00.730.460.29
HSL337.27º57.89%44.71%-
HSV(B)337.27º73.33%70.59%-
XYZ22.0812.712.84-
YUV93.17130.73189.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.21%
GREEN value IS 48 (19.14% from 255) = 14.72%
BLUE value IS 98 (38.67% from 255) = 30.06%
R=55.21%
G=14.72%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180489800.730.460.29337.2757.8944.71
HexB430620492E1D1513a2d
Octal26460142011156355217255
Binary1011010011000011000100100100110111011101101010001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43062; }

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

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

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

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

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

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

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

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