Html Css Color HEX #BB272C Mahogany

📋 copy color: '#BB272C'

red 187 ◦ green 39 ◦ blue 44

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

Shades of Mahogany #BB272C

Tints of Mahogany #BB272C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.3%

R = 69.26%
G = 14.44%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BB272C (or 0xBB272C) is known color: Mahogany. HEX triplet: BB, 27 and 2C. RGB value is (187,39,44). Sum of RGB (Red+Green+Blue) = 187+39+44=270 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.26% from 270); Green value is 39 (15.62% from 255 or 14.44% from 270); Blue value is 44 (17.58% from 255 or 16.30% from 270); Max value from RGB is 187 - color contains mainly: red. Hex color #BB272C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB272C is #44D8D3. Grayscale: #535353. Windows color (decimal): -4511956 or 2893755. OLE color: 2893755.

HSL color Cylindrical-coordinate representation of color #BB272C: hue angle of 357.97º 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 #BB272C is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 39 44 -
CMYK 0 0.79 0.76 0.27
HSL 357.97º 0.65% 0.44% -
HSV(B) 357.97º 0.79% 0.73% -
XYZ 21.67 12.2 3.59 -
YUV 83.82 105.53 201.59 -
System Red Green Blue C M Y K H S L
Decimal 187 39 44 0 0.79 0.76 0.27 357.97 0.65 0.44
Hex BB 27 2C 0 4F 4C 1B 166 41 2C
Octal 273 47 54 0 117 114 33 546 101 54
Binary 10111011 100111 101100 0 1001111 1001100 11011 101100110 1000001 101100

Color Harmonies of #BB272C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB272C

Black with #BB272C

Text Example


Text Example

White with #BB272C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB272C; }

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

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

background-color css

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

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

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

border-color css

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

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

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