#BB4143

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

Shades of Mahogany #BB4143

Tints of Mahogany #BB4143

Color information

#BB4143 (or 0xBB4143) is unknown color: approx Mahogany. HEX triplet: BB, 41 and 43. RGB value is (187,65,67). Sum of RGB (Red+Green+Blue) = 187+65+67=319 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.62% from 319); Green value is 65 (25.78% from 255 or 20.38% from 319); Blue value is 67 (26.56% from 255 or 21.00% from 319); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4143 is #44BEBC. Grayscale: #656565. Windows color (decimal): -4505277 or 4407739. OLE color: 4407739.

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

Color convert

RGB1876567-
CMYK00.650.640.27
HSL359.02º48.41%49.41%-
HSV(B)359.02º65.24%73.33%-
XYZ23.414.756.92-
YUV101.71108.42188.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 58.62%
GREEN value IS 65 (25.78% from 255) = 20.38%
BLUE value IS 67 (26.56% from 255) = 21.00%
R=58.62%
G=20.38%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187656700.650.640.27359.0248.4149.41
HexBB4143041401B1673031
Octal2731011030101100335476061
Binary101110111000001100001101000001100000011011101100111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4143; }

 p { color: rgb(187,65,67); }

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

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

 a { background-color: rgb(187,65,67); }

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

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

 span { border-color: rgb(187,65,67); }

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