Html Css Color HEX #B92E32 Mahogany

📋 copy color: '#B92E32'

red 185 ◦ green 46 ◦ blue 50

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

Shades of Mahogany #B92E32

Tints of Mahogany #B92E32

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.37%

 BLUE value IS 50 (19.92% from 255) = 17.79%

R = 65.84%
G = 16.37%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#B92E32 (or 0xB92E32) is known color: Mahogany. HEX triplet: B9, 2E and 32. RGB value is (185,46,50). Sum of RGB (Red+Green+Blue) = 185+46+50=281 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.84% from 281); Green value is 46 (18.36% from 255 or 16.37% from 281); Blue value is 50 (19.92% from 255 or 17.79% from 281); Max value from RGB is 185 - color contains mainly: red. Hex color #B92E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92E32 is #46D1CD. Grayscale: #585858. Windows color (decimal): -4641230 or 3288761. OLE color: 3288761.

HSL color Cylindrical-coordinate representation of color #B92E32: hue angle of 358.27º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B92E32 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 46 50 -
CMYK 0 0.75 0.73 0.27
HSL 358.27º 0.6% 0.45% -
HSV(B) 358.27º 0.75% 0.73% -
XYZ 21.56 12.5 4.29 -
YUV 88.02 106.55 197.17 -
System Red Green Blue C M Y K H S L
Decimal 185 46 50 0 0.75 0.73 0.27 358.27 0.6 0.45
Hex B9 2E 32 0 4B 49 1B 166 3C 2D
Octal 271 56 62 0 113 111 33 546 74 55
Binary 10111001 101110 110010 0 1001011 1001001 11011 101100110 111100 101101

Color Harmonies of #B92E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92E32

Black with #B92E32

Text Example


Text Example

White with #B92E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92E32; }

 p { color: rgb(185,46,50); }

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

background-color css

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

 a { background-color: rgb(185,46,50); }

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

border-color css

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

 span { border-color: rgb(185,46,50); }

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