#B04265

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

Shades of Rouge #B04265

Tints of Rouge #B04265

Color information

#B04265 (or 0xB04265) is unknown color: approx Rouge. HEX triplet: B0, 42 and 65. RGB value is (176,66,101). Sum of RGB (Red+Green+Blue) = 176+66+101=343 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.31% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 101 (39.84% from 255 or 29.45% from 343); Max value from RGB is 176 - color contains mainly: red. Hex color #B04265 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04265 is #4FBD9A. Grayscale: #666666. Windows color (decimal): -5225883 or 6636208. OLE color: 6636208.

HSL color Cylindrical-coordinate representation of color #B04265: hue angle of 340.91º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B04265 is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB17666101-
CMYK00.620.430.31
HSL340.91º45.45%47.45%-
HSV(B)340.91º62.5%69.02%-
XYZ22.214.0713.86-
YUV102.88126.94180.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.31%
GREEN value IS 66 (26.17% from 255) = 19.24%
BLUE value IS 101 (39.84% from 255) = 29.45%
R=51.31%
G=19.24%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766610100.620.430.31340.9145.4547.45
HexB0426503E2B1F1552d2f
Octal26010214507653375255557
Binary1011000010000101100101011111010101111111101010101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04265; }

 p { color: rgb(176,66,101); }

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

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

 a { background-color: rgb(176,66,101); }

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

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

 span { border-color: rgb(176,66,101); }

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