#BB3763

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

Shades of Rouge #BB3763

Tints of Rouge #BB3763

Color information

#BB3763 (or 0xBB3763) is unknown color: approx Rouge. HEX triplet: BB, 37 and 63. RGB value is (187,55,99). Sum of RGB (Red+Green+Blue) = 187+55+99=341 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.84% from 341); Green value is 55 (21.88% from 255 or 16.13% from 341); Blue value is 99 (39.06% from 255 or 29.03% from 341); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3763 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3763 is #44C89C. Grayscale: #636363. Windows color (decimal): -4507805 or 6502331. OLE color: 6502331.

HSL color Cylindrical-coordinate representation of color #BB3763: hue angle of 340º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB3763 is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB1875599-
CMYK00.710.470.27
HSL340º54.55%47.45%-
HSV(B)340º70.59%73.33%-
XYZ24.1114.213.27-
YUV99.48127.73190.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.84%
GREEN value IS 55 (21.88% from 255) = 16.13%
BLUE value IS 99 (39.06% from 255) = 29.03%
R=54.84%
G=16.13%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187559900.710.470.2734054.5547.45
HexBB37630472F1B154372f
Octal27367143010757335246757
Binary1011101111011111000110100011110111111011101010100110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3763; }

 p { color: rgb(187,55,99); }

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

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

 a { background-color: rgb(187,55,99); }

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

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

 span { border-color: rgb(187,55,99); }

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