#B03B69

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

Shades of Rouge #B03B69

Tints of Rouge #B03B69

Color information

#B03B69 (or 0xB03B69) is unknown color: approx Rouge. HEX triplet: B0, 3B and 69. RGB value is (176,59,105). Sum of RGB (Red+Green+Blue) = 176+59+105=340 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.76% from 340); Green value is 59 (23.44% from 255 or 17.35% from 340); Blue value is 105 (41.41% from 255 or 30.88% from 340); Max value from RGB is 176 - color contains mainly: red. Hex color #B03B69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03B69 is #4FC496. Grayscale: #636363. Windows color (decimal): -5227671 or 6896560. OLE color: 6896560.

HSL color Cylindrical-coordinate representation of color #B03B69: hue angle of 336.41º 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 #B03B69 is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB17659105-
CMYK00.660.400.31
HSL336.41º49.79%46.08%-
HSV(B)336.41º66.48%69.02%-
XYZ22.0213.3814.79-
YUV99.23131.26182.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.76%
GREEN value IS 59 (23.44% from 255) = 17.35%
BLUE value IS 105 (41.41% from 255) = 30.88%
R=51.76%
G=17.35%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765910500.660.400.31336.4149.7946.08
HexB03B69042281F150322e
Octal26073151010250375206256
Binary1011000011101111010010100001010100011111101010000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03B69; }

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

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

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

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

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

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

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

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