#BB376B

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

Shades of Rouge #BB376B

Tints of Rouge #BB376B

Color information

#BB376B (or 0xBB376B) is unknown color: approx Rouge. HEX triplet: BB, 37 and 6B. RGB value is (187,55,107). Sum of RGB (Red+Green+Blue) = 187+55+107=349 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.58% from 349); Green value is 55 (21.88% from 255 or 15.76% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 187 - color contains mainly: red. Hex color #BB376B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB376B is #44C894. Grayscale: #646464. Windows color (decimal): -4507797 or 7026619. OLE color: 7026619.

HSL color Cylindrical-coordinate representation of color #BB376B: hue angle of 336.36º 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 #BB376B is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB18755107-
CMYK00.710.430.27
HSL336.36º54.55%47.45%-
HSV(B)336.36º70.59%73.33%-
XYZ24.5114.3615.39-
YUV100.4131.73189.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.58%
GREEN value IS 55 (21.88% from 255) = 15.76%
BLUE value IS 107 (42.19% from 255) = 30.66%
R=53.58%
G=15.76%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875510700.710.430.27336.3654.5547.45
HexBB376B0472B1B150372f
Octal27367153010753335206757
Binary1011101111011111010110100011110101111011101010000110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB376B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB376B; }

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

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

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

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

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

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

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

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