Html Css Color HEX #BB2629 Mahogany

📋 copy color: '#BB2629'

red 187 ◦ green 38 ◦ blue 41

#BB2629
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mahogany #BB2629

Tints of Mahogany #BB2629

RGB

 RED value IS 187 (73.44% from 255) = 70.3%

 GREEN value IS 38 (15.23% from 255) = 14.29%

 BLUE value IS 41 (16.41% from 255) = 15.41%

R = 70.3%
G = 14.29%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BB2629 (or 0xBB2629) is known color: Mahogany. HEX triplet: BB, 26 and 29. RGB value is (187,38,41). Sum of RGB (Red+Green+Blue) = 187+38+41=266 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.30% from 266); Green value is 38 (15.23% from 255 or 14.29% from 266); Blue value is 41 (16.41% from 255 or 15.41% from 266); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2629 is #44D9D6. Grayscale: #535353. Windows color (decimal): -4512215 or 2696891. OLE color: 2696891.

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

Color convert

RGB 187 38 41 -
CMYK 0 0.80 0.78 0.27
HSL 358.79º 0.66% 0.44% -
HSV(B) 358.79º 0.8% 0.73% -
XYZ 21.59 12.11 3.3 -
YUV 82.89 104.36 202.26 -
System Red Green Blue C M Y K H S L
Decimal 187 38 41 0 0.80 0.78 0.27 358.79 0.66 0.44
Hex BB 26 29 0 50 4E 1B 167 42 2C
Octal 273 46 51 0 120 116 33 547 102 54
Binary 10111011 100110 101001 0 1010000 1001110 11011 101100111 1000010 101100

Color Harmonies of #BB2629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2629

Black with #BB2629

Text Example


Text Example

White with #BB2629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2629; }

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

 H1.HeaderClassName
 {
   color: #BB2629;
 }
 .AnyTagClassName
 {
   color: #BB2629;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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