#BC2629

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

Shades of Mahogany #BC2629

Tints of Mahogany #BC2629

Color information

#BC2629 (or 0xBC2629) is unknown color: approx Mahogany. HEX triplet: BC, 26 and 29. RGB value is (188,38,41). Sum of RGB (Red+Green+Blue) = 188+38+41=267 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.41% from 267); Green value is 38 (15.23% from 255 or 14.23% from 267); Blue value is 41 (16.41% from 255 or 15.36% from 267); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2629 is #43D9D6. Grayscale: #535353. Windows color (decimal): -4446679 or 2696892. OLE color: 2696892.

HSL color Cylindrical-coordinate representation of color #BC2629: hue angle of 358.8º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2629 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB1883841-
CMYK00.800.780.26
HSL358.8º66.37%44.31%-
HSV(B)358.8º79.79%73.73%-
XYZ21.8312.243.31-
YUV83.19104.2202.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 70.41%
GREEN value IS 38 (15.23% from 255) = 14.23%
BLUE value IS 41 (16.41% from 255) = 15.36%
R=70.41%
G=14.23%
B=15.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188384100.800.780.26358.866.3744.31
HexBC26290504E1A167422c
Octal274465101201163254710254
Binary10111100100110101001010100001001110110101011001111000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2629; }

 p { color: rgb(188,38,41); }

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

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

 a { background-color: rgb(188,38,41); }

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

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

 span { border-color: rgb(188,38,41); }

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