Html Css Color HEX #BB333A Mahogany

📋 copy color: '#BB333A'

red 187 ◦ green 51 ◦ blue 58

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

Shades of Mahogany #BB333A

Tints of Mahogany #BB333A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.23%

 BLUE value IS 58 (23.05% from 255) = 19.59%

R = 63.18%
G = 17.23%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BB333A (or 0xBB333A) is known color: Mahogany. HEX triplet: BB, 33 and 3A. RGB value is (187,51,58). Sum of RGB (Red+Green+Blue) = 187+51+58=296 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.18% from 296); Green value is 51 (20.31% from 255 or 17.23% from 296); Blue value is 58 (23.05% from 255 or 19.59% from 296); Max value from RGB is 187 - color contains mainly: red. Hex color #BB333A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB333A is #44CCC5. Grayscale: #5C5C5C. Windows color (decimal): -4508870 or 3814331. OLE color: 3814331.

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

Color convert

RGB 187 51 58 -
CMYK 0 0.73 0.69 0.27
HSL 356.91º 0.57% 0.47% -
HSV(B) 356.91º 0.73% 0.73% -
XYZ 22.44 13.24 5.38 -
YUV 92.46 108.56 195.43 -
System Red Green Blue C M Y K H S L
Decimal 187 51 58 0 0.73 0.69 0.27 356.91 0.57 0.47
Hex BB 33 3A 0 49 45 1B 165 39 2F
Octal 273 63 72 0 111 105 33 545 71 57
Binary 10111011 110011 111010 0 1001001 1000101 11011 101100101 111001 101111

Color Harmonies of #BB333A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB333A

Black with #BB333A

Text Example


Text Example

White with #BB333A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB333A; }

 p { color: rgb(187,51,58); }

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

background-color css

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

 a { background-color: rgb(187,51,58); }

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

border-color css

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

 span { border-color: rgb(187,51,58); }

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