Html Css Color HEX #B92729 Mahogany

📋 copy color: '#B92729'

red 185 ◦ green 39 ◦ blue 41

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

Shades of Mahogany #B92729

Tints of Mahogany #B92729

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.47%

R = 69.81%
G = 14.72%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B92729 (or 0xB92729) is known color: Mahogany. HEX triplet: B9, 27 and 29. RGB value is (185,39,41). Sum of RGB (Red+Green+Blue) = 185+39+41=265 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.81% from 265); Green value is 39 (15.62% from 255 or 14.72% from 265); Blue value is 41 (16.41% from 255 or 15.47% from 265); Max value from RGB is 185 - color contains mainly: red. Hex color #B92729 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92729 is #46D8D6. Grayscale: #535353. Windows color (decimal): -4643031 or 2697145. OLE color: 2697145.

HSL color Cylindrical-coordinate representation of color #B92729: hue angle of 359.18º 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 #B92729 is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 39 41 -
CMYK 0 0.79 0.78 0.27
HSL 359.18º 0.65% 0.44% -
HSV(B) 359.18º 0.79% 0.73% -
XYZ 21.13 11.93 3.29 -
YUV 82.88 104.37 200.84 -
System Red Green Blue C M Y K H S L
Decimal 185 39 41 0 0.79 0.78 0.27 359.18 0.65 0.44
Hex B9 27 29 0 4F 4E 1B 167 41 2C
Octal 271 47 51 0 117 116 33 547 101 54
Binary 10111001 100111 101001 0 1001111 1001110 11011 101100111 1000001 101100

Color Harmonies of #B92729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92729

Black with #B92729

Text Example


Text Example

White with #B92729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92729; }

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

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

background-color css

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

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

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

border-color css

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

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

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