Html Css Color HEX #BB272B Mahogany

📋 copy color: '#BB272B'

red 187 ◦ green 39 ◦ blue 43

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

Shades of Mahogany #BB272B

Tints of Mahogany #BB272B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.99%

R = 69.52%
G = 14.5%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BB272B (or 0xBB272B) is known color: Mahogany. HEX triplet: BB, 27 and 2B. RGB value is (187,39,43). Sum of RGB (Red+Green+Blue) = 187+39+43=269 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.52% from 269); Green value is 39 (15.62% from 255 or 14.50% from 269); Blue value is 43 (17.19% from 255 or 15.99% from 269); Max value from RGB is 187 - color contains mainly: red. Hex color #BB272B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB272B is #44D8D4. Grayscale: #535353. Windows color (decimal): -4511957 or 2828219. OLE color: 2828219.

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

Color convert

RGB 187 39 43 -
CMYK 0 0.79 0.77 0.27
HSL 358.38º 0.65% 0.44% -
HSV(B) 358.38º 0.79% 0.73% -
XYZ 21.66 12.19 3.5 -
YUV 83.71 105.03 201.67 -
System Red Green Blue C M Y K H S L
Decimal 187 39 43 0 0.79 0.77 0.27 358.38 0.65 0.44
Hex BB 27 2B 0 4F 4D 1B 166 41 2C
Octal 273 47 53 0 117 115 33 546 101 54
Binary 10111011 100111 101011 0 1001111 1001101 11011 101100110 1000001 101100

Color Harmonies of #BB272B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB272B

Black with #BB272B

Text Example


Text Example

White with #BB272B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB272B; }

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

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

background-color css

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

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

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

border-color css

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

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

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