Html Css Color HEX #B23639 Mahogany

📋 copy color: '#B23639'

red 178 ◦ green 54 ◦ blue 57

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

Shades of Mahogany #B23639

Tints of Mahogany #B23639

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 19.72%

R = 61.59%
G = 18.69%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#B23639 (or 0xB23639) is known color: Mahogany. HEX triplet: B2, 36 and 39. RGB value is (178,54,57). Sum of RGB (Red+Green+Blue) = 178+54+57=289 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.59% from 289); Green value is 54 (21.48% from 255 or 18.69% from 289); Blue value is 57 (22.66% from 255 or 19.72% from 289); Max value from RGB is 178 - color contains mainly: red. Hex color #B23639 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23639 is #4DC9C6. Grayscale: #5B5B5B. Windows color (decimal): -5097927 or 3749554. OLE color: 3749554.

HSL color Cylindrical-coordinate representation of color #B23639: hue angle of 358.55º 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 #B23639 is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 54 57 -
CMYK 0 0.70 0.68 0.30
HSL 358.55º 0.53% 0.45% -
HSV(B) 358.55º 0.7% 0.7% -
XYZ 20.42 12.4 5.19 -
YUV 91.42 108.58 189.76 -
System Red Green Blue C M Y K H S L
Decimal 178 54 57 0 0.70 0.68 0.30 358.55 0.53 0.45
Hex B2 36 39 0 46 44 1E 167 35 2D
Octal 262 66 71 0 106 104 36 547 65 55
Binary 10110010 110110 111001 0 1000110 1000100 11110 101100111 110101 101101

Color Harmonies of #B23639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23639

Black with #B23639

Text Example


Text Example

White with #B23639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23639; }

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

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

background-color css

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

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

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

border-color css

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

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

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