#bb3a3f

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

Shades of Mahogany #BB3A3F

Tints of Mahogany #BB3A3F

Color information

#BB3A3F (or 0xBB3A3F) is unknown color: approx Mahogany. HEX triplet: BB, 3A and 3F. RGB value is (187,58,63). Sum of RGB (Red+Green+Blue) = 187+58+63=308 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.71% from 308); Green value is 58 (23.05% from 255 or 18.83% from 308); Blue value is 63 (25% from 255 or 20.45% from 308); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3A3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3A3F is #44C5C0. Grayscale: #616161. Windows color (decimal): -4507073 or 4143803. OLE color: 4143803.

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

Color convert

RGB1875863-
CMYK00.690.660.27
HSL357.67º52.65%48.04%-
HSV(B)357.67º68.98%73.33%-
XYZ22.913.956.19-
YUV97.14108.74192.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 60.71%
GREEN value IS 58 (23.05% from 255) = 18.83%
BLUE value IS 63 (25% from 255) = 20.45%
R=60.71%
G=18.83%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187586300.690.660.27357.6752.6548.04
HexBB3A3F045421B1663530
Octal27372770105102335466560
Binary1011101111101011111101000101100001011011101100110110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb3a3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb3a3f; }

 p { color: rgb(187,58,63); }

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

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

 a { background-color: rgb(187,58,63); }

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

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

 span { border-color: rgb(187,58,63); }

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