Html Css Color HEX #BB4546 Mahogany

📋 copy color: '#BB4546'

red 187 ◦ green 69 ◦ blue 70

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

Shades of Mahogany #BB4546

Tints of Mahogany #BB4546

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.17%

 BLUE value IS 70 (27.73% from 255) = 21.47%

R = 57.36%
G = 21.17%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BB4546 (or 0xBB4546) is known color: Mahogany. HEX triplet: BB, 45 and 46. RGB value is (187,69,70). Sum of RGB (Red+Green+Blue) = 187+69+70=326 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.36% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4546 is #44BAB9. Grayscale: #686868. Windows color (decimal): -4504250 or 4605371. OLE color: 4605371.

HSL color Cylindrical-coordinate representation of color #BB4546: 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 #BB4546 is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 69 70 -
CMYK 0 0.63 0.63 0.27
HSL 359.49º 0.46% 0.5% -
HSV(B) 359.49º 0.63% 0.73% -
XYZ 23.73 15.26 7.49 -
YUV 104.4 108.59 186.92 -
System Red Green Blue C M Y K H S L
Decimal 187 69 70 0 0.63 0.63 0.27 359.49 0.46 0.5
Hex BB 45 46 0 3F 3F 1B 167 2E 32
Octal 273 105 106 0 77 77 33 547 56 62
Binary 10111011 1000101 1000110 0 111111 111111 11011 101100111 101110 110010

Color Harmonies of #BB4546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4546

Black with #BB4546

Text Example


Text Example

White with #BB4546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4546; }

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

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

background-color css

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

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

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

border-color css

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

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

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