Html Css Color HEX #BB363A Mahogany

📋 copy color: '#BB363A'

red 187 ◦ green 54 ◦ blue 58

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

Shades of Mahogany #BB363A

Tints of Mahogany #BB363A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.06%

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

R = 62.54%
G = 18.06%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BB363A (or 0xBB363A) is known color: Mahogany. HEX triplet: BB, 36 and 3A. RGB value is (187,54,58). Sum of RGB (Red+Green+Blue) = 187+54+58=299 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.54% from 299); Green value is 54 (21.48% from 255 or 18.06% from 299); Blue value is 58 (23.05% from 255 or 19.40% from 299); Max value from RGB is 187 - color contains mainly: red. Hex color #BB363A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB363A is #44C9C5. Grayscale: #5E5E5E. Windows color (decimal): -4508102 or 3815099. OLE color: 3815099.

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

Color convert

RGB 187 54 58 -
CMYK 0 0.71 0.69 0.27
HSL 358.2º 0.55% 0.47% -
HSV(B) 358.2º 0.71% 0.73% -
XYZ 22.58 13.51 5.42 -
YUV 94.22 107.56 194.17 -
System Red Green Blue C M Y K H S L
Decimal 187 54 58 0 0.71 0.69 0.27 358.2 0.55 0.47
Hex BB 36 3A 0 47 45 1B 166 37 2F
Octal 273 66 72 0 107 105 33 546 67 57
Binary 10111011 110110 111010 0 1000111 1000101 11011 101100110 110111 101111

Color Harmonies of #BB363A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB363A

Black with #BB363A

Text Example


Text Example

White with #BB363A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB363A; }

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

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

background-color css

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

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

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

border-color css

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

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

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