Html Css Color HEX #B9272B Mahogany

📋 copy color: '#B9272B'

red 185 ◦ green 39 ◦ blue 43

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

Shades of Mahogany #B9272B

Tints of Mahogany #B9272B

RGB

 RED value IS 185 (72.66% from 255) = 69.29%

 GREEN value IS 39 (15.63% from 255) = 14.61%

 BLUE value IS 43 (17.19% from 255) = 16.1%

R = 69.29%
G = 14.61%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#B9272B (or 0xB9272B) is known color: Mahogany. HEX triplet: B9, 27 and 2B. RGB value is (185,39,43). Sum of RGB (Red+Green+Blue) = 185+39+43=267 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.29% from 267); Green value is 39 (15.62% from 255 or 14.61% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 185 - color contains mainly: red. Hex color #B9272B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9272B is #46D8D4. Grayscale: #535353. Windows color (decimal): -4643029 or 2828217. OLE color: 2828217.

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

Color convert

RGB 185 39 43 -
CMYK 0 0.79 0.77 0.27
HSL 358.36º 0.65% 0.44% -
HSV(B) 358.36º 0.79% 0.73% -
XYZ 21.17 11.94 3.47 -
YUV 83.11 105.37 200.67 -
System Red Green Blue C M Y K H S L
Decimal 185 39 43 0 0.79 0.77 0.27 358.36 0.65 0.44
Hex B9 27 2B 0 4F 4D 1B 166 41 2C
Octal 271 47 53 0 117 115 33 546 101 54
Binary 10111001 100111 101011 0 1001111 1001101 11011 101100110 1000001 101100

Color Harmonies of #B9272B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9272B

Black with #B9272B

Text Example


Text Example

White with #B9272B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9272B; }

 p { color: rgb(185,39,43); }

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

background-color css

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

 a { background-color: rgb(185,39,43); }

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

border-color css

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

 span { border-color: rgb(185,39,43); }

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