Html Css Color HEX #BD3236 Mahogany

📋 copy color: '#BD3236'

red 189 ◦ green 50 ◦ blue 54

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

Shades of Mahogany #BD3236

Tints of Mahogany #BD3236

RGB

 RED value IS 189 (74.22% from 255) = 64.51%

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

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

R = 64.51%
G = 17.06%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BD3236 (or 0xBD3236) is known color: Mahogany. HEX triplet: BD, 32 and 36. RGB value is (189,50,54). Sum of RGB (Red+Green+Blue) = 189+50+54=293 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.51% from 293); Green value is 50 (19.92% from 255 or 17.06% from 293); Blue value is 54 (21.48% from 255 or 18.43% from 293); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3236 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3236 is #42CDC9. Grayscale: #5C5C5C. Windows color (decimal): -4378058 or 3551933. OLE color: 3551933.

HSL color Cylindrical-coordinate representation of color #BD3236: hue angle of 358.27º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD3236 is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 50 54 -
CMYK 0 0.74 0.71 0.26
HSL 358.27º 0.58% 0.47% -
HSV(B) 358.27º 0.74% 0.74% -
XYZ 22.79 13.37 4.87 -
YUV 92.02 106.55 197.17 -
System Red Green Blue C M Y K H S L
Decimal 189 50 54 0 0.74 0.71 0.26 358.27 0.58 0.47
Hex BD 32 36 0 4A 47 1A 166 3A 2F
Octal 275 62 66 0 112 107 32 546 72 57
Binary 10111101 110010 110110 0 1001010 1000111 11010 101100110 111010 101111

Color Harmonies of #BD3236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3236

Black with #BD3236

Text Example


Text Example

White with #BD3236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3236; }

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

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

background-color css

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

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

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

border-color css

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

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

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