Html Css Color HEX #B63236 Mahogany

📋 copy color: '#B63236'

red 182 ◦ green 50 ◦ blue 54

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

Shades of Mahogany #B63236

Tints of Mahogany #B63236

RGB

 RED value IS 182 (71.48% from 255) = 63.64%

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

 BLUE value IS 54 (21.48% from 255) = 18.88%

R = 63.64%
G = 17.48%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#B63236 (or 0xB63236) is known color: Mahogany. HEX triplet: B6, 32 and 36. RGB value is (182,50,54). Sum of RGB (Red+Green+Blue) = 182+50+54=286 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.64% from 286); Green value is 50 (19.92% from 255 or 17.48% from 286); Blue value is 54 (21.48% from 255 or 18.88% from 286); Max value from RGB is 182 - color contains mainly: red. Hex color #B63236 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63236 is #49CDC9. Grayscale: #5A5A5A. Windows color (decimal): -4836810 or 3551926. OLE color: 3551926.

HSL color Cylindrical-coordinate representation of color #B63236: hue angle of 358.18º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B63236 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 50 54 -
CMYK 0 0.73 0.70 0.29
HSL 358.18º 0.57% 0.45% -
HSV(B) 358.18º 0.73% 0.71% -
XYZ 21.1 12.49 4.79 -
YUV 89.92 107.73 193.67 -
System Red Green Blue C M Y K H S L
Decimal 182 50 54 0 0.73 0.70 0.29 358.18 0.57 0.45
Hex B6 32 36 0 49 46 1D 166 39 2D
Octal 266 62 66 0 111 106 35 546 71 55
Binary 10110110 110010 110110 0 1001001 1000110 11101 101100110 111001 101101

Color Harmonies of #B63236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63236

Black with #B63236

Text Example


Text Example

White with #B63236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63236; }

 p { color: rgb(182,50,54); }

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

background-color css

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

 a { background-color: rgb(182,50,54); }

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

border-color css

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

 span { border-color: rgb(182,50,54); }

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