Html Css Color HEX #B93233 Mahogany

📋 copy color: '#B93233'

red 185 ◦ green 50 ◦ blue 51

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

Shades of Mahogany #B93233

Tints of Mahogany #B93233

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.48%

 BLUE value IS 51 (20.31% from 255) = 17.83%

R = 64.69%
G = 17.48%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B93233 (or 0xB93233) is known color: Mahogany. HEX triplet: B9, 32 and 33. RGB value is (185,50,51). Sum of RGB (Red+Green+Blue) = 185+50+51=286 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.69% from 286); Green value is 50 (19.92% from 255 or 17.48% from 286); Blue value is 51 (20.31% from 255 or 17.83% from 286); Max value from RGB is 185 - color contains mainly: red. Hex color #B93233 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93233 is #46CDCC. Grayscale: #5A5A5A. Windows color (decimal): -4640205 or 3355321. OLE color: 3355321.

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

Color convert

RGB 185 50 51 -
CMYK 0 0.73 0.72 0.27
HSL 359.56º 0.57% 0.46% -
HSV(B) 359.56º 0.73% 0.73% -
XYZ 21.75 12.83 4.46 -
YUV 90.48 105.73 195.42 -
System Red Green Blue C M Y K H S L
Decimal 185 50 51 0 0.73 0.72 0.27 359.56 0.57 0.46
Hex B9 32 33 0 49 48 1B 168 39 2E
Octal 271 62 63 0 111 110 33 550 71 56
Binary 10111001 110010 110011 0 1001001 1001000 11011 101101000 111001 101110

Color Harmonies of #B93233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93233

Black with #B93233

Text Example


Text Example

White with #B93233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93233; }

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

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

background-color css

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

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

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

border-color css

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

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

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