Html Css Color HEX #BB2627 Mahogany

📋 copy color: '#BB2627'

red 187 ◦ green 38 ◦ blue 39

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

Shades of Mahogany #BB2627

Tints of Mahogany #BB2627

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.39%

 BLUE value IS 39 (15.63% from 255) = 14.77%

R = 70.83%
G = 14.39%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BB2627 (or 0xBB2627) is known color: Mahogany. HEX triplet: BB, 26 and 27. RGB value is (187,38,39). Sum of RGB (Red+Green+Blue) = 187+38+39=264 (34% of max value = 765). Red value is 187 (73.44% from 255 or 70.83% from 264); Green value is 38 (15.23% from 255 or 14.39% from 264); Blue value is 39 (15.62% from 255 or 14.77% from 264); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2627 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2627 is #44D9D8. Grayscale: #525252. Windows color (decimal): -4512217 or 2565819. OLE color: 2565819.

HSL color Cylindrical-coordinate representation of color #BB2627: hue angle of 359.6º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB2627 is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 38 39 -
CMYK 0 0.80 0.79 0.27
HSL 359.6º 0.66% 0.44% -
HSV(B) 359.6º 0.8% 0.73% -
XYZ 21.55 12.1 3.12 -
YUV 82.67 103.36 202.42 -
System Red Green Blue C M Y K H S L
Decimal 187 38 39 0 0.80 0.79 0.27 359.6 0.66 0.44
Hex BB 26 27 0 50 4F 1B 168 42 2C
Octal 273 46 47 0 120 117 33 550 102 54
Binary 10111011 100110 100111 0 1010000 1001111 11011 101101000 1000010 101100

Color Harmonies of #BB2627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2627

Black with #BB2627

Text Example


Text Example

White with #BB2627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2627; }

 p { color: rgb(187,38,39); }

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

background-color css

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

 a { background-color: rgb(187,38,39); }

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

border-color css

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

 span { border-color: rgb(187,38,39); }

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