Html Css Color HEX #BB4142 Mahogany

📋 copy color: '#BB4142'

red 187 ◦ green 65 ◦ blue 66

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

Shades of Mahogany #BB4142

Tints of Mahogany #BB4142

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.44%

 BLUE value IS 66 (26.17% from 255) = 20.75%

R = 58.81%
G = 20.44%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BB4142 (or 0xBB4142) is known color: Mahogany. HEX triplet: BB, 41 and 42. RGB value is (187,65,66). Sum of RGB (Red+Green+Blue) = 187+65+66=318 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.81% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 66 (26.17% from 255 or 20.75% from 318); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4142 is #44BEBD. Grayscale: #656565. Windows color (decimal): -4505278 or 4342203. OLE color: 4342203.

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

Color convert

RGB 187 65 66 -
CMYK 0 0.65 0.65 0.27
HSL 359.51º 0.48% 0.49% -
HSV(B) 359.51º 0.65% 0.73% -
XYZ 23.37 14.74 6.77 -
YUV 101.59 107.92 188.92 -
System Red Green Blue C M Y K H S L
Decimal 187 65 66 0 0.65 0.65 0.27 359.51 0.48 0.49
Hex BB 41 42 0 41 41 1B 168 30 31
Octal 273 101 102 0 101 101 33 550 60 61
Binary 10111011 1000001 1000010 0 1000001 1000001 11011 101101000 110000 110001

Color Harmonies of #BB4142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4142

Black with #BB4142

Text Example


Text Example

White with #BB4142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4142; }

 p { color: rgb(187,65,66); }

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

background-color css

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

 a { background-color: rgb(187,65,66); }

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

border-color css

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

 span { border-color: rgb(187,65,66); }

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