Html Css Color HEX #BB3437 Mahogany

📋 copy color: '#BB3437'

red 187 ◦ green 52 ◦ blue 55

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

Shades of Mahogany #BB3437

Tints of Mahogany #BB3437

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.69%

 BLUE value IS 55 (21.88% from 255) = 18.71%

R = 63.61%
G = 17.69%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BB3437 (or 0xBB3437) is known color: Mahogany. HEX triplet: BB, 34 and 37. RGB value is (187,52,55). Sum of RGB (Red+Green+Blue) = 187+52+55=294 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.61% from 294); Green value is 52 (20.70% from 255 or 17.69% from 294); Blue value is 55 (21.88% from 255 or 18.71% from 294); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3437 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3437 is #44CBC8. Grayscale: #5C5C5C. Windows color (decimal): -4508617 or 3617979. OLE color: 3617979.

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

Color convert

RGB 187 52 55 -
CMYK 0 0.72 0.71 0.27
HSL 358.67º 0.56% 0.47% -
HSV(B) 358.67º 0.72% 0.73% -
XYZ 22.41 13.3 5 -
YUV 92.71 106.73 195.26 -
System Red Green Blue C M Y K H S L
Decimal 187 52 55 0 0.72 0.71 0.27 358.67 0.56 0.47
Hex BB 34 37 0 48 47 1B 167 38 2F
Octal 273 64 67 0 110 107 33 547 70 57
Binary 10111011 110100 110111 0 1001000 1000111 11011 101100111 111000 101111

Color Harmonies of #BB3437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3437

Black with #BB3437

Text Example


Text Example

White with #BB3437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3437; }

 p { color: rgb(187,52,55); }

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

background-color css

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

 a { background-color: rgb(187,52,55); }

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

border-color css

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

 span { border-color: rgb(187,52,55); }

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