#BB3D41

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

Shades of Mahogany #BB3D41

Tints of Mahogany #BB3D41

Color information

#BB3D41 (or 0xBB3D41) is unknown color: approx Mahogany. HEX triplet: BB, 3D and 41. RGB value is (187,61,65). Sum of RGB (Red+Green+Blue) = 187+61+65=313 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.74% from 313); Green value is 61 (24.22% from 255 or 19.49% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3D41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3D41 is #44C2BE. Grayscale: #636363. Windows color (decimal): -4506303 or 4275643. OLE color: 4275643.

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

Color convert

RGB1876165-
CMYK00.670.650.27
HSL358.1º50.81%48.63%-
HSV(B)358.1º67.38%73.33%-
XYZ23.1214.286.54-
YUV99.13108.74190.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 59.74%
GREEN value IS 61 (24.22% from 255) = 19.49%
BLUE value IS 65 (25.78% from 255) = 20.77%
R=59.74%
G=19.49%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187616500.670.650.27358.150.8148.63
HexBB3D41043411B1663331
Octal273751010103101335466361
Binary10111011111101100000101000011100000111011101100110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3D41; }

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

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

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

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

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

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

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

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