#BB345F

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

Shades of Rouge #BB345F

Tints of Rouge #BB345F

Color information

#BB345F (or 0xBB345F) is unknown color: approx Rouge. HEX triplet: BB, 34 and 5F. RGB value is (187,52,95). Sum of RGB (Red+Green+Blue) = 187+52+95=334 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.99% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 95 (37.5% from 255 or 28.44% from 334); Max value from RGB is 187 - color contains mainly: red. Hex color #BB345F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB345F is #44CBA0. Grayscale: #616161. Windows color (decimal): -4508577 or 6239419. OLE color: 6239419.

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

Color convert

RGB1875295-
CMYK00.720.490.27
HSL340.89º56.49%46.86%-
HSV(B)340.89º72.19%73.33%-
XYZ23.7913.8512.25-
YUV97.27126.73192-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55.99%
GREEN value IS 52 (20.70% from 255) = 15.57%
BLUE value IS 95 (37.5% from 255) = 28.44%
R=55.99%
G=15.57%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187529500.720.490.27340.8956.4946.86
HexBB345F048311B155382f
Octal27364137011061335257057
Binary1011101111010010111110100100011000111011101010101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB345F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB345F; }

 p { color: rgb(187,52,95); }

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

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

 a { background-color: rgb(187,52,95); }

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

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

 span { border-color: rgb(187,52,95); }

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