Html Css Color HEX #BB4647 Mahogany

📋 copy color: '#BB4647'

red 187 ◦ green 70 ◦ blue 71

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

Shades of Mahogany #BB4647

Tints of Mahogany #BB4647

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.34%

 BLUE value IS 71 (28.13% from 255) = 21.65%

R = 57.01%
G = 21.34%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BB4647 (or 0xBB4647) is known color: Mahogany. HEX triplet: BB, 46 and 47. RGB value is (187,70,71). Sum of RGB (Red+Green+Blue) = 187+70+71=328 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.01% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 71 (28.12% from 255 or 21.65% from 328); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4647 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4647 is #44B9B8. Grayscale: #696969. Windows color (decimal): -4503993 or 4671163. OLE color: 4671163.

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

Color convert

RGB 187 70 71 -
CMYK 0 0.63 0.62 0.27
HSL 359.49º 0.46% 0.5% -
HSV(B) 359.49º 0.63% 0.73% -
XYZ 23.82 15.4 7.68 -
YUV 105.1 108.76 186.42 -
System Red Green Blue C M Y K H S L
Decimal 187 70 71 0 0.63 0.62 0.27 359.49 0.46 0.5
Hex BB 46 47 0 3F 3E 1B 167 2E 32
Octal 273 106 107 0 77 76 33 547 56 62
Binary 10111011 1000110 1000111 0 111111 111110 11011 101100111 101110 110010

Color Harmonies of #BB4647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4647

Black with #BB4647

Text Example


Text Example

White with #BB4647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4647; }

 p { color: rgb(187,70,71); }

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

background-color css

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

 a { background-color: rgb(187,70,71); }

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

border-color css

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

 span { border-color: rgb(187,70,71); }

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