Html Css Color HEX #BD3B3E Mahogany

📋 copy color: '#BD3B3E'

red 189 ◦ green 59 ◦ blue 62

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

Shades of Mahogany #BD3B3E

Tints of Mahogany #BD3B3E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.03%

 BLUE value IS 62 (24.61% from 255) = 20%

R = 60.97%
G = 19.03%
B = 20%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BD3B3E (or 0xBD3B3E) is known color: Mahogany. HEX triplet: BD, 3B and 3E. RGB value is (189,59,62). Sum of RGB (Red+Green+Blue) = 189+59+62=310 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.97% from 310); Green value is 59 (23.44% from 255 or 19.03% from 310); Blue value is 62 (24.61% from 255 or 20% from 310); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3B3E is #42C4C1. Grayscale: #626262. Windows color (decimal): -4375746 or 4078525. OLE color: 4078525.

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

Color convert

RGB 189 59 62 -
CMYK 0 0.69 0.67 0.26
HSL 358.62º 0.52% 0.49% -
HSV(B) 358.62º 0.69% 0.74% -
XYZ 23.42 14.29 6.08 -
YUV 98.21 107.57 192.76 -
System Red Green Blue C M Y K H S L
Decimal 189 59 62 0 0.69 0.67 0.26 358.62 0.52 0.49
Hex BD 3B 3E 0 45 43 1A 167 34 31
Octal 275 73 76 0 105 103 32 547 64 61
Binary 10111101 111011 111110 0 1000101 1000011 11010 101100111 110100 110001

Color Harmonies of #BD3B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3B3E

Black with #BD3B3E

Text Example


Text Example

White with #BD3B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3B3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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