#B43969

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

Shades of Rouge #B43969

Tints of Rouge #B43969

Color information

#B43969 (or 0xB43969) is unknown color: approx Rouge. HEX triplet: B4, 39 and 69. RGB value is (180,57,105). Sum of RGB (Red+Green+Blue) = 180+57+105=342 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.63% from 342); Green value is 57 (22.66% from 255 or 16.67% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 180 - color contains mainly: red. Hex color #B43969 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43969 is #4BC696. Grayscale: #636363. Windows color (decimal): -4966039 or 6896052. OLE color: 6896052.

HSL color Cylindrical-coordinate representation of color #B43969: hue angle of 336.59º 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 #B43969 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB18057105-
CMYK00.680.420.29
HSL336.59º51.9%46.47%-
HSV(B)336.59º68.33%70.59%-
XYZ22.8413.6514.8-
YUV99.25131.25185.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.63%
GREEN value IS 57 (22.66% from 255) = 16.67%
BLUE value IS 105 (41.41% from 255) = 30.70%
R=52.63%
G=16.67%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805710500.680.420.29336.5951.946.47
HexB439690442A1D151342e
Octal26471151010452355216456
Binary1011010011100111010010100010010101011101101010001110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43969; }

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

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

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

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

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

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

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

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