#BB395D

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

Shades of Rouge #BB395D

Tints of Rouge #BB395D

Color information

#BB395D (or 0xBB395D) is unknown color: approx Rouge. HEX triplet: BB, 39 and 5D. RGB value is (187,57,93). Sum of RGB (Red+Green+Blue) = 187+57+93=337 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.49% from 337); Green value is 57 (22.66% from 255 or 16.91% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 187 - color contains mainly: red. Hex color #BB395D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB395D is #44C6A2. Grayscale: #636363. Windows color (decimal): -4507299 or 6109627. OLE color: 6109627.

HSL color Cylindrical-coordinate representation of color #BB395D: hue angle of 343.38º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB395D is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB1875793-
CMYK00.700.500.27
HSL343.38º53.28%47.84%-
HSV(B)343.38º69.52%73.33%-
XYZ23.9314.2811.85-
YUV99.97124.07190.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55.49%
GREEN value IS 57 (22.66% from 255) = 16.91%
BLUE value IS 93 (36.72% from 255) = 27.60%
R=55.49%
G=16.91%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187579300.700.500.27343.3853.2847.84
HexBB395D046321B1573530
Octal27371135010662335276560
Binary1011101111100110111010100011011001011011101010111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB395D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB395D; }

 p { color: rgb(187,57,93); }

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

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

 a { background-color: rgb(187,57,93); }

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

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

 span { border-color: rgb(187,57,93); }

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