#BB3962

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

Shades of Rouge #BB3962

Tints of Rouge #BB3962

Color information

#BB3962 (or 0xBB3962) is unknown color: approx Rouge. HEX triplet: BB, 39 and 62. RGB value is (187,57,98). Sum of RGB (Red+Green+Blue) = 187+57+98=342 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.68% from 342); Green value is 57 (22.66% from 255 or 16.67% from 342); Blue value is 98 (38.67% from 255 or 28.65% from 342); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3962 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3962 is #44C69D. Grayscale: #646464. Windows color (decimal): -4507294 or 6437307. OLE color: 6437307.

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

Color convert

RGB1875798-
CMYK00.700.480.27
HSL341.08º53.28%47.84%-
HSV(B)341.08º69.52%73.33%-
XYZ24.1614.3713.06-
YUV100.54126.57189.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.68%
GREEN value IS 57 (22.66% from 255) = 16.67%
BLUE value IS 98 (38.67% from 255) = 28.65%
R=54.68%
G=16.67%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187579800.700.480.27341.0853.2847.84
HexBB3962046301B1553530
Octal27371142010660335256560
Binary1011101111100111000100100011011000011011101010101110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3962; }

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

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

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

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

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

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

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

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