Html Css Color HEX #BB2729 Mahogany

📋 copy color: '#BB2729'

red 187 ◦ green 39 ◦ blue 41

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

Shades of Mahogany #BB2729

Tints of Mahogany #BB2729

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.61%

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

R = 70.04%
G = 14.61%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BB2729 (or 0xBB2729) is known color: Mahogany. HEX triplet: BB, 27 and 29. RGB value is (187,39,41). Sum of RGB (Red+Green+Blue) = 187+39+41=267 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.04% from 267); Green value is 39 (15.62% from 255 or 14.61% from 267); Blue value is 41 (16.41% from 255 or 15.36% from 267); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2729 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2729 is #44D8D6. Grayscale: #535353. Windows color (decimal): -4511959 or 2697147. OLE color: 2697147.

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

Color convert

RGB 187 39 41 -
CMYK 0 0.79 0.78 0.27
HSL 359.19º 0.65% 0.44% -
HSV(B) 359.19º 0.79% 0.73% -
XYZ 21.62 12.18 3.31 -
YUV 83.48 104.03 201.84 -
System Red Green Blue C M Y K H S L
Decimal 187 39 41 0 0.79 0.78 0.27 359.19 0.65 0.44
Hex BB 27 29 0 4F 4E 1B 167 41 2C
Octal 273 47 51 0 117 116 33 547 101 54
Binary 10111011 100111 101001 0 1001111 1001110 11011 101100111 1000001 101100

Color Harmonies of #BB2729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2729

Black with #BB2729

Text Example


Text Example

White with #BB2729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2729; }

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

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

background-color css

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

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

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

border-color css

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

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

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