Html Css Color HEX #BD353B Mahogany

📋 copy color: '#BD353B'

red 189 ◦ green 53 ◦ blue 59

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

Shades of Mahogany #BD353B

Tints of Mahogany #BD353B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.61%

 BLUE value IS 59 (23.44% from 255) = 19.6%

R = 62.79%
G = 17.61%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BD353B (or 0xBD353B) is known color: Mahogany. HEX triplet: BD, 35 and 3B. RGB value is (189,53,59). Sum of RGB (Red+Green+Blue) = 189+53+59=301 (39% of max value = 765). Red value is 189 (74.22% from 255 or 62.79% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 59 (23.44% from 255 or 19.60% from 301); Max value from RGB is 189 - color contains mainly: red. Hex color #BD353B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD353B is #42CAC4. Grayscale: #5E5E5E. Windows color (decimal): -4377285 or 3880381. OLE color: 3880381.

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

Color convert

RGB 189 53 59 -
CMYK 0 0.72 0.69 0.26
HSL 357.35º 0.56% 0.47% -
HSV(B) 357.35º 0.72% 0.74% -
XYZ 23.05 13.68 5.56 -
YUV 94.35 108.06 195.51 -
System Red Green Blue C M Y K H S L
Decimal 189 53 59 0 0.72 0.69 0.26 357.35 0.56 0.47
Hex BD 35 3B 0 48 45 1A 165 38 2F
Octal 275 65 73 0 110 105 32 545 70 57
Binary 10111101 110101 111011 0 1001000 1000101 11010 101100101 111000 101111

Color Harmonies of #BD353B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD353B

Black with #BD353B

Text Example


Text Example

White with #BD353B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD353B; }

 p { color: rgb(189,53,59); }

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

background-color css

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

 a { background-color: rgb(189,53,59); }

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

border-color css

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

 span { border-color: rgb(189,53,59); }

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