#BD2629

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

Shades of Mahogany #BD2629

Tints of Mahogany #BD2629

Color information

#BD2629 (or 0xBD2629) is unknown color: approx Mahogany. HEX triplet: BD, 26 and 29. RGB value is (189,38,41). Sum of RGB (Red+Green+Blue) = 189+38+41=268 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.52% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 41 (16.41% from 255 or 15.30% from 268); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2629 is #42D9D6. Grayscale: #535353. Windows color (decimal): -4381143 or 2696893. OLE color: 2696893.

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

Color convert

RGB1893841-
CMYK00.800.780.26
HSL358.81º66.52%44.51%-
HSV(B)358.81º79.89%74.12%-
XYZ22.0812.373.32-
YUV83.49104.03203.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 70.52%
GREEN value IS 38 (15.23% from 255) = 14.18%
BLUE value IS 41 (16.41% from 255) = 15.30%
R=70.52%
G=14.18%
B=15.30%

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
Decimal189384100.800.780.26358.8166.5244.51
HexBD26290504E1A167432d
Octal275465101201163254710355
Binary10111101100110101001010100001001110110101011001111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2629; }

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

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

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

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

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

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

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

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