Html Css Color HEX #BB2C2E Mahogany

📋 copy color: '#BB2C2E'

red 187 ◦ green 44 ◦ blue 46

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

Shades of Mahogany #BB2C2E

Tints of Mahogany #BB2C2E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.88%

 BLUE value IS 46 (18.36% from 255) = 16.61%

R = 67.51%
G = 15.88%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BB2C2E (or 0xBB2C2E) is known color: Mahogany. HEX triplet: BB, 2C and 2E. RGB value is (187,44,46). Sum of RGB (Red+Green+Blue) = 187+44+46=277 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.51% from 277); Green value is 44 (17.58% from 255 or 15.88% from 277); Blue value is 46 (18.36% from 255 or 16.61% from 277); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2C2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2C2E is #44D3D1. Grayscale: #575757. Windows color (decimal): -4510674 or 3026107. OLE color: 3026107.

HSL color Cylindrical-coordinate representation of color #BB2C2E: hue angle of 359.16º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB2C2E is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 44 46 -
CMYK 0 0.76 0.75 0.27
HSL 359.16º 0.62% 0.45% -
HSV(B) 359.16º 0.76% 0.73% -
XYZ 21.89 12.56 3.86 -
YUV 86.99 104.88 199.34 -
System Red Green Blue C M Y K H S L
Decimal 187 44 46 0 0.76 0.75 0.27 359.16 0.62 0.45
Hex BB 2C 2E 0 4C 4B 1B 167 3E 2D
Octal 273 54 56 0 114 113 33 547 76 55
Binary 10111011 101100 101110 0 1001100 1001011 11011 101100111 111110 101101

Color Harmonies of #BB2C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2C2E

Black with #BB2C2E

Text Example


Text Example

White with #BB2C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2C2E; }

 p { color: rgb(187,44,46); }

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

background-color css

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

 a { background-color: rgb(187,44,46); }

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

border-color css

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

 span { border-color: rgb(187,44,46); }

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