#B4416A

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

Shades of Rouge #B4416A

Tints of Rouge #B4416A

Color information

#B4416A (or 0xB4416A) is unknown color: approx Rouge. HEX triplet: B4, 41 and 6A. RGB value is (180,65,106). Sum of RGB (Red+Green+Blue) = 180+65+106=351 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.28% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 106 (41.80% from 255 or 30.20% from 351); Max value from RGB is 180 - color contains mainly: red. Hex color #B4416A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4416A is #4BBE95. Grayscale: #686868. Windows color (decimal): -4963990 or 6963636. OLE color: 6963636.

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

Color convert

RGB18065106-
CMYK00.640.410.29
HSL338.61º46.94%48.04%-
HSV(B)338.61º63.89%70.59%-
XYZ23.3114.5215.21-
YUV104.06129.1182.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.28%
GREEN value IS 65 (25.78% from 255) = 18.52%
BLUE value IS 106 (41.80% from 255) = 30.20%
R=51.28%
G=18.52%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806510600.640.410.29338.6146.9448.04
HexB4416A040291D1532f30
Octal264101152010051355235760
Binary10110100100000111010100100000010100111101101010011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4416A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4416A; }

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

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

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

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

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

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

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

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