#B03B67

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

Shades of Rouge #B03B67

Tints of Rouge #B03B67

Color information

#B03B67 (or 0xB03B67) is unknown color: approx Rouge. HEX triplet: B0, 3B and 67. RGB value is (176,59,103). Sum of RGB (Red+Green+Blue) = 176+59+103=338 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.07% from 338); Green value is 59 (23.44% from 255 or 17.46% from 338); Blue value is 103 (40.62% from 255 or 30.47% from 338); Max value from RGB is 176 - color contains mainly: red. Hex color #B03B67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03B67 is #4FC498. Grayscale: #626262. Windows color (decimal): -5227673 or 6765488. OLE color: 6765488.

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

Color convert

RGB17659103-
CMYK00.660.410.31
HSL337.44º49.79%46.08%-
HSV(B)337.44º66.48%69.02%-
XYZ21.9213.3414.25-
YUV99130.26182.92-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.07%
GREEN value IS 59 (23.44% from 255) = 17.46%
BLUE value IS 103 (40.62% from 255) = 30.47%
R=52.07%
G=17.46%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765910300.660.410.31337.4449.7946.08
HexB03B67042291F151322e
Octal26073147010251375216256
Binary1011000011101111001110100001010100111111101010001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03B67; }

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

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

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

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

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

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

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

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