#B43D6A

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

Shades of Rouge #B43D6A

Tints of Rouge #B43D6A

Color information

#B43D6A (or 0xB43D6A) is unknown color: approx Rouge. HEX triplet: B4, 3D and 6A. RGB value is (180,61,106). Sum of RGB (Red+Green+Blue) = 180+61+106=347 (45% of max value = 765). Red value is 180 (70.70% from 255 or 51.87% from 347); Green value is 61 (24.22% from 255 or 17.58% from 347); Blue value is 106 (41.80% from 255 or 30.55% from 347); Max value from RGB is 180 - color contains mainly: red. Hex color #B43D6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43D6A is #4BC295. Grayscale: #656565. Windows color (decimal): -4965014 or 6962612. OLE color: 6962612.

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

Color convert

RGB18061106-
CMYK00.660.410.29
HSL337.31º49.38%47.25%-
HSV(B)337.31º66.11%70.59%-
XYZ23.0914.0815.14-
YUV101.71130.42183.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.87%
GREEN value IS 61 (24.22% from 255) = 17.58%
BLUE value IS 106 (41.80% from 255) = 30.55%
R=51.87%
G=17.58%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806110600.660.410.29337.3149.3847.25
HexB43D6A042291D151312f
Octal26475152010251355216157
Binary1011010011110111010100100001010100111101101010001110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43D6A; }

 p { color: rgb(180,61,106); }

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

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

 a { background-color: rgb(180,61,106); }

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

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

 span { border-color: rgb(180,61,106); }

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