Html Css Color HEX #B23637 Mahogany

📋 copy color: '#B23637'

red 178 ◦ green 54 ◦ blue 55

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

Shades of Mahogany #B23637

Tints of Mahogany #B23637

RGB

 RED value IS 178 (69.92% from 255) = 62.02%

 GREEN value IS 54 (21.48% from 255) = 18.82%

 BLUE value IS 55 (21.88% from 255) = 19.16%

R = 62.02%
G = 18.82%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B23637 (or 0xB23637) is known color: Mahogany. HEX triplet: B2, 36 and 37. RGB value is (178,54,55). Sum of RGB (Red+Green+Blue) = 178+54+55=287 (38% of max value = 765). Red value is 178 (69.92% from 255 or 62.02% from 287); Green value is 54 (21.48% from 255 or 18.82% from 287); Blue value is 55 (21.88% from 255 or 19.16% from 287); Max value from RGB is 178 - color contains mainly: red. Hex color #B23637 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23637 is #4DC9C8. Grayscale: #5B5B5B. Windows color (decimal): -5097929 or 3618482. OLE color: 3618482.

HSL color Cylindrical-coordinate representation of color #B23637: hue angle of 359.52º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B23637 is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 54 55 -
CMYK 0 0.70 0.69 0.30
HSL 359.52º 0.53% 0.45% -
HSV(B) 359.52º 0.7% 0.7% -
XYZ 20.37 12.38 4.93 -
YUV 91.19 107.58 189.92 -
System Red Green Blue C M Y K H S L
Decimal 178 54 55 0 0.70 0.69 0.30 359.52 0.53 0.45
Hex B2 36 37 0 46 45 1E 168 35 2D
Octal 262 66 67 0 106 105 36 550 65 55
Binary 10110010 110110 110111 0 1000110 1000101 11110 101101000 110101 101101

Color Harmonies of #B23637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23637

Black with #B23637

Text Example


Text Example

White with #B23637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23637; }

 p { color: rgb(178,54,55); }

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

background-color css

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

 a { background-color: rgb(178,54,55); }

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

border-color css

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

 span { border-color: rgb(178,54,55); }

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