#BB2667

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

Shades of Rouge #BB2667

Tints of Rouge #BB2667

Color information

#BB2667 (or 0xBB2667) is unknown color: approx Rouge. HEX triplet: BB, 26 and 67. RGB value is (187,38,103). Sum of RGB (Red+Green+Blue) = 187+38+103=328 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.01% from 328); Green value is 38 (15.23% from 255 or 11.59% from 328); Blue value is 103 (40.62% from 255 or 31.40% from 328); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2667 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2667 is #44D998. Grayscale: #595959. Windows color (decimal): -4512153 or 6760123. OLE color: 6760123.

HSL color Cylindrical-coordinate representation of color #BB2667: hue angle of 333.83º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB2667 is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB18738103-
CMYK00.800.450.27
HSL333.83º66.22%44.12%-
HSV(B)333.83º79.68%73.33%-
XYZ23.6312.9314.08-
YUV89.96135.36197.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.01%
GREEN value IS 38 (15.23% from 255) = 11.59%
BLUE value IS 103 (40.62% from 255) = 31.40%
R=57.01%
G=11.59%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1873810300.800.450.27333.8366.2244.12
HexBB26670502D1B14e422c
Octal273461470120553351610254
Binary10111011100110110011101010000101101110111010011101000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2667; }

 p { color: rgb(187,38,103); }

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

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

 a { background-color: rgb(187,38,103); }

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

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

 span { border-color: rgb(187,38,103); }

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