Html Css Color HEX #BB3237 Mahogany

📋 copy color: '#BB3237'

red 187 ◦ green 50 ◦ blue 55

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

Shades of Mahogany #BB3237

Tints of Mahogany #BB3237

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.12%

 BLUE value IS 55 (21.88% from 255) = 18.84%

R = 64.04%
G = 17.12%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BB3237 (or 0xBB3237) is known color: Mahogany. HEX triplet: BB, 32 and 37. RGB value is (187,50,55). Sum of RGB (Red+Green+Blue) = 187+50+55=292 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.04% from 292); Green value is 50 (19.92% from 255 or 17.12% from 292); Blue value is 55 (21.88% from 255 or 18.84% from 292); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3237 is #44CDC8. Grayscale: #5B5B5B. Windows color (decimal): -4509129 or 3617467. OLE color: 3617467.

HSL color Cylindrical-coordinate representation of color #BB3237: hue angle of 357.81º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB3237 is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 50 55 -
CMYK 0 0.73 0.71 0.27
HSL 357.81º 0.58% 0.46% -
HSV(B) 357.81º 0.73% 0.73% -
XYZ 22.32 13.12 4.97 -
YUV 91.53 107.39 196.09 -
System Red Green Blue C M Y K H S L
Decimal 187 50 55 0 0.73 0.71 0.27 357.81 0.58 0.46
Hex BB 32 37 0 49 47 1B 166 3A 2E
Octal 273 62 67 0 111 107 33 546 72 56
Binary 10111011 110010 110111 0 1001001 1000111 11011 101100110 111010 101110

Color Harmonies of #BB3237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3237

Black with #BB3237

Text Example


Text Example

White with #BB3237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3237; }

 p { color: rgb(187,50,55); }

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

background-color css

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

 a { background-color: rgb(187,50,55); }

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

border-color css

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

 span { border-color: rgb(187,50,55); }

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