Html Css Color HEX #BB3238 Mahogany

📋 copy color: '#BB3238'

red 187 ◦ green 50 ◦ blue 56

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

Shades of Mahogany #BB3238

Tints of Mahogany #BB3238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.11%

R = 63.82%
G = 17.06%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BB3238 (or 0xBB3238) is known color: Mahogany. HEX triplet: BB, 32 and 38. RGB value is (187,50,56). Sum of RGB (Red+Green+Blue) = 187+50+56=293 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.82% from 293); Green value is 50 (19.92% from 255 or 17.06% from 293); Blue value is 56 (22.27% from 255 or 19.11% from 293); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3238 is #44CDC7. Grayscale: #5B5B5B. Windows color (decimal): -4509128 or 3683003. OLE color: 3683003.

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

Color convert

RGB 187 50 56 -
CMYK 0 0.73 0.70 0.27
HSL 357.37º 0.58% 0.46% -
HSV(B) 357.37º 0.73% 0.73% -
XYZ 22.35 13.13 5.1 -
YUV 91.65 107.89 196.01 -
System Red Green Blue C M Y K H S L
Decimal 187 50 56 0 0.73 0.70 0.27 357.37 0.58 0.46
Hex BB 32 38 0 49 46 1B 165 3A 2E
Octal 273 62 70 0 111 106 33 545 72 56
Binary 10111011 110010 111000 0 1001001 1000110 11011 101100101 111010 101110

Color Harmonies of #BB3238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3238

Black with #BB3238

Text Example


Text Example

White with #BB3238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3238; }

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

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

background-color css

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

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

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

border-color css

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

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

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