Html Css Color HEX #BD4345 Mahogany

📋 copy color: '#BD4345'

red 189 ◦ green 67 ◦ blue 69

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

Shades of Mahogany #BD4345

Tints of Mahogany #BD4345

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.62%

 BLUE value IS 69 (27.34% from 255) = 21.23%

R = 58.15%
G = 20.62%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BD4345 (or 0xBD4345) is known color: Mahogany. HEX triplet: BD, 43 and 45. RGB value is (189,67,69). Sum of RGB (Red+Green+Blue) = 189+67+69=325 (43% of max value = 765). Red value is 189 (74.22% from 255 or 58.15% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 69 (27.34% from 255 or 21.23% from 325); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4345 is #42BCBA. Grayscale: #676767. Windows color (decimal): -4373691 or 4539325. OLE color: 4539325.

HSL color Cylindrical-coordinate representation of color #BD4345: hue angle of 359.02º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD4345 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 67 69 -
CMYK 0 0.65 0.63 0.26
HSL 359.02º 0.48% 0.5% -
HSV(B) 359.02º 0.65% 0.74% -
XYZ 24.07 15.26 7.31 -
YUV 103.71 108.42 188.84 -
System Red Green Blue C M Y K H S L
Decimal 189 67 69 0 0.65 0.63 0.26 359.02 0.48 0.5
Hex BD 43 45 0 41 3F 1A 167 30 32
Octal 275 103 105 0 101 77 32 547 60 62
Binary 10111101 1000011 1000101 0 1000001 111111 11010 101100111 110000 110010

Color Harmonies of #BD4345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4345

Black with #BD4345

Text Example


Text Example

White with #BD4345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4345; }

 p { color: rgb(189,67,69); }

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

background-color css

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

 a { background-color: rgb(189,67,69); }

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

border-color css

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

 span { border-color: rgb(189,67,69); }

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