Html Css Color HEX #BB2D32 Mahogany

📋 copy color: '#BB2D32'

red 187 ◦ green 45 ◦ blue 50

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

Shades of Mahogany #BB2D32

Tints of Mahogany #BB2D32

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.96%

 BLUE value IS 50 (19.92% from 255) = 17.73%

R = 66.31%
G = 15.96%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BB2D32 (or 0xBB2D32) is known color: Mahogany. HEX triplet: BB, 2D and 32. RGB value is (187,45,50). Sum of RGB (Red+Green+Blue) = 187+45+50=282 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.31% from 282); Green value is 45 (17.97% from 255 or 15.96% from 282); Blue value is 50 (19.92% from 255 or 17.73% from 282); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2D32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2D32 is #44D2CD. Grayscale: #585858. Windows color (decimal): -4510414 or 3288507. OLE color: 3288507.

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

Color convert

RGB 187 45 50 -
CMYK 0 0.76 0.73 0.27
HSL 357.89º 0.61% 0.45% -
HSV(B) 357.89º 0.76% 0.73% -
XYZ 22.01 12.67 4.3 -
YUV 88.03 106.54 198.59 -
System Red Green Blue C M Y K H S L
Decimal 187 45 50 0 0.76 0.73 0.27 357.89 0.61 0.45
Hex BB 2D 32 0 4C 49 1B 166 3D 2D
Octal 273 55 62 0 114 111 33 546 75 55
Binary 10111011 101101 110010 0 1001100 1001001 11011 101100110 111101 101101

Color Harmonies of #BB2D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2D32

Black with #BB2D32

Text Example


Text Example

White with #BB2D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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