#B03867

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

Shades of Rouge #B03867

Tints of Rouge #B03867

Color information

#B03867 (or 0xB03867) is unknown color: approx Rouge. HEX triplet: B0, 38 and 67. RGB value is (176,56,103). Sum of RGB (Red+Green+Blue) = 176+56+103=335 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.54% from 335); Green value is 56 (22.27% from 255 or 16.72% from 335); Blue value is 103 (40.62% from 255 or 30.75% from 335); Max value from RGB is 176 - color contains mainly: red. Hex color #B03867 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03867 is #4FC798. Grayscale: #616161. Windows color (decimal): -5228441 or 6764720. OLE color: 6764720.

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

Color convert

RGB17656103-
CMYK00.680.410.31
HSL336.5º51.72%45.49%-
HSV(B)336.5º68.18%69.02%-
XYZ21.7713.0414.2-
YUV97.24131.26184.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.54%
GREEN value IS 56 (22.27% from 255) = 16.72%
BLUE value IS 103 (40.62% from 255) = 30.75%
R=52.54%
G=16.72%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765610300.680.410.31336.551.7245.49
HexB03867044291F150342d
Octal26070147010451375206455
Binary1011000011100011001110100010010100111111101010000110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03867; }

 p { color: rgb(176,56,103); }

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

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

 a { background-color: rgb(176,56,103); }

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

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

 span { border-color: rgb(176,56,103); }

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