Html Css Color HEX #BB282D Mahogany

📋 copy color: '#BB282D'

red 187 ◦ green 40 ◦ blue 45

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

Shades of Mahogany #BB282D

Tints of Mahogany #BB282D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.71%

 BLUE value IS 45 (17.97% from 255) = 16.54%

R = 68.75%
G = 14.71%
B = 16.54%

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

#BB282D (or 0xBB282D) is known color: Mahogany. HEX triplet: BB, 28 and 2D. RGB value is (187,40,45). Sum of RGB (Red+Green+Blue) = 187+40+45=272 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.75% from 272); Green value is 40 (16.02% from 255 or 14.71% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 187 - color contains mainly: red. Hex color #BB282D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB282D is #44D7D2. Grayscale: #545454. Windows color (decimal): -4511699 or 2959547. OLE color: 2959547.

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

Color convert

RGB 187 40 45 -
CMYK 0 0.79 0.76 0.27
HSL 357.96º 0.65% 0.45% -
HSV(B) 357.96º 0.79% 0.73% -
XYZ 21.73 12.27 3.71 -
YUV 84.52 105.7 201.09 -
System Red Green Blue C M Y K H S L
Decimal 187 40 45 0 0.79 0.76 0.27 357.96 0.65 0.45
Hex BB 28 2D 0 4F 4C 1B 166 41 2D
Octal 273 50 55 0 117 114 33 546 101 55
Binary 10111011 101000 101101 0 1001111 1001100 11011 101100110 1000001 101101

Color Harmonies of #BB282D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB282D

Black with #BB282D

Text Example


Text Example

White with #BB282D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB282D; }

 p { color: rgb(187,40,45); }

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

background-color css

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

 a { background-color: rgb(187,40,45); }

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

border-color css

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

 span { border-color: rgb(187,40,45); }

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