#B42768

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

Shades of Rouge #B42768

Tints of Rouge #B42768

Color information

#B42768 (or 0xB42768) is unknown color: approx Rouge. HEX triplet: B4, 27 and 68. RGB value is (180,39,104). Sum of RGB (Red+Green+Blue) = 180+39+104=323 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.73% from 323); Green value is 39 (15.62% from 255 or 12.07% from 323); Blue value is 104 (41.02% from 255 or 32.20% from 323); Max value from RGB is 180 - color contains mainly: red. Hex color #B42768 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42768 is #4BD897. Grayscale: #585858. Windows color (decimal): -4970648 or 6825908. OLE color: 6825908.

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

Color convert

RGB18039104-
CMYK00.780.420.29
HSL332.34º64.38%42.94%-
HSV(B)332.34º78.33%70.59%-
XYZ22.0512.1514.28-
YUV88.57136.71193.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.73%
GREEN value IS 39 (15.62% from 255) = 12.07%
BLUE value IS 104 (41.02% from 255) = 32.20%
R=55.73%
G=12.07%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1803910400.780.420.29332.3464.3842.94
HexB4276804E2A1D14c402b
Octal264471500116523551410053
Binary10110100100111110100001001110101010111011010011001000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42768; }

 p { color: rgb(180,39,104); }

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

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

 a { background-color: rgb(180,39,104); }

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

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

 span { border-color: rgb(180,39,104); }

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