#B92B33

Color #B92B33 Mahogany (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mahogany #B92B33

Tints of Mahogany #B92B33

Color information

#B92B33 (or 0xB92B33) is unknown color: approx Mahogany. HEX triplet: B9, 2B and 33. RGB value is (185,43,51). Sum of RGB (Red+Green+Blue) = 185+43+51=279 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.31% from 279); Green value is 43 (17.19% from 255 or 15.41% from 279); Blue value is 51 (20.31% from 255 or 18.28% from 279); Max value from RGB is 185 - color contains mainly: red. Hex color #B92B33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92B33 is #46D4CC. Grayscale: #565656. Windows color (decimal): -4641997 or 3353529. OLE color: 3353529.

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

Color convert

RGB1854351-
CMYK00.770.720.27
HSL356.62º62.28%44.71%-
HSV(B)356.62º76.76%72.55%-
XYZ21.4712.284.37-
YUV86.37108.04198.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 66.31%
GREEN value IS 43 (17.19% from 255) = 15.41%
BLUE value IS 51 (20.31% from 255) = 18.28%
R=66.31%
G=15.41%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185435100.770.720.27356.6262.2844.71
HexB92B3304D481B1653e2d
Octal27153630115110335457655
Binary1011100110101111001101001101100100011011101100101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92B33; }

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

 H1.HeaderClassName
 {
   color: #B92B33;
 }
 .AnyTagClassName
 {
   color: #B92B33;
 }
</style>
background-color css

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

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

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

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

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

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