Html Css Color HEX #BB292F Mahogany

📋 copy color: '#BB292F'

red 187 ◦ green 41 ◦ blue 47

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

Shades of Mahogany #BB292F

Tints of Mahogany #BB292F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.91%

 BLUE value IS 47 (18.75% from 255) = 17.09%

R = 68%
G = 14.91%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BB292F (or 0xBB292F) is known color: Mahogany. HEX triplet: BB, 29 and 2F. RGB value is (187,41,47). Sum of RGB (Red+Green+Blue) = 187+41+47=275 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68% from 275); Green value is 41 (16.41% from 255 or 14.91% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 187 - color contains mainly: red. Hex color #BB292F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB292F is #44D6D0. Grayscale: #555555. Windows color (decimal): -4511441 or 3090875. OLE color: 3090875.

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

Color convert

RGB 187 41 47 -
CMYK 0 0.78 0.75 0.27
HSL 357.53º 0.64% 0.45% -
HSV(B) 357.53º 0.78% 0.73% -
XYZ 21.8 12.36 3.93 -
YUV 85.34 106.37 200.51 -
System Red Green Blue C M Y K H S L
Decimal 187 41 47 0 0.78 0.75 0.27 357.53 0.64 0.45
Hex BB 29 2F 0 4E 4B 1B 166 40 2D
Octal 273 51 57 0 116 113 33 546 100 55
Binary 10111011 101001 101111 0 1001110 1001011 11011 101100110 1000000 101101

Color Harmonies of #BB292F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB292F

Black with #BB292F

Text Example


Text Example

White with #BB292F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB292F; }

 p { color: rgb(187,41,47); }

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

background-color css

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

 a { background-color: rgb(187,41,47); }

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

border-color css

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

 span { border-color: rgb(187,41,47); }

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