Html Css Color HEX #BD353C Mahogany

📋 copy color: '#BD353C'

red 189 ◦ green 53 ◦ blue 60

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

Shades of Mahogany #BD353C

Tints of Mahogany #BD353C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.87%

R = 62.58%
G = 17.55%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD353C (or 0xBD353C) is known color: Mahogany. HEX triplet: BD, 35 and 3C. RGB value is (189,53,60). Sum of RGB (Red+Green+Blue) = 189+53+60=302 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.58% from 302); Green value is 53 (21.09% from 255 or 17.55% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 189 - color contains mainly: red. Hex color #BD353C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD353C is #42CAC3. Grayscale: #5E5E5E. Windows color (decimal): -4377284 or 3945917. OLE color: 3945917.

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

Color convert

RGB 189 53 60 -
CMYK 0 0.72 0.68 0.26
HSL 356.91º 0.56% 0.47% -
HSV(B) 356.91º 0.72% 0.74% -
XYZ 23.07 13.69 5.7 -
YUV 94.46 108.56 195.43 -
System Red Green Blue C M Y K H S L
Decimal 189 53 60 0 0.72 0.68 0.26 356.91 0.56 0.47
Hex BD 35 3C 0 48 44 1A 165 38 2F
Octal 275 65 74 0 110 104 32 545 70 57
Binary 10111101 110101 111100 0 1001000 1000100 11010 101100101 111000 101111

Color Harmonies of #BD353C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD353C

Black with #BD353C

Text Example


Text Example

White with #BD353C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD353C; }

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

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

background-color css

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

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

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

border-color css

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

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

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