#BB345C

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

Shades of Old Rose #BB345C

Tints of Old Rose #BB345C

Color information

#BB345C (or 0xBB345C) is unknown color: approx Old Rose. HEX triplet: BB, 34 and 5C. RGB value is (187,52,92). Sum of RGB (Red+Green+Blue) = 187+52+92=331 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.50% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 187 - color contains mainly: red. Hex color #BB345C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB345C is #44CBA3. Grayscale: #606060. Windows color (decimal): -4508580 or 6042811. OLE color: 6042811.

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

Color convert

RGB1875292-
CMYK00.720.510.27
HSL342.22º56.49%46.86%-
HSV(B)342.22º72.19%73.33%-
XYZ23.6513.7911.54-
YUV96.92125.23192.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 56.50%
GREEN value IS 52 (20.70% from 255) = 15.71%
BLUE value IS 92 (36.33% from 255) = 27.79%
R=56.50%
G=15.71%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187529200.720.510.27342.2256.4946.86
HexBB345C048331B156382f
Octal27364134011063335267057
Binary1011101111010010111000100100011001111011101010110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB345C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB345C; }

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

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

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

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

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

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

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

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