#B03667

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

Shades of Rouge #B03667

Tints of Rouge #B03667

Color information

#B03667 (or 0xB03667) is unknown color: approx Rouge. HEX triplet: B0, 36 and 67. RGB value is (176,54,103). Sum of RGB (Red+Green+Blue) = 176+54+103=333 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.85% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 103 (40.62% from 255 or 30.93% from 333); Max value from RGB is 176 - color contains mainly: red. Hex color #B03667 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03667 is #4FC998. Grayscale: #5F5F5F. Windows color (decimal): -5228953 or 6764208. OLE color: 6764208.

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

Color convert

RGB17654103-
CMYK00.690.410.31
HSL335.9º53.04%45.1%-
HSV(B)335.9º69.32%69.02%-
XYZ21.6712.8514.17-
YUV96.06131.92185.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.85%
GREEN value IS 54 (21.48% from 255) = 16.22%
BLUE value IS 103 (40.62% from 255) = 30.93%
R=52.85%
G=16.22%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765410300.690.410.31335.953.0445.1
HexB03667045291F150352d
Octal26066147010551375206555
Binary1011000011011011001110100010110100111111101010000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03667; }

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

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

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

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

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

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

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

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