Html Css Color HEX #BD443E Chestnut

📋 copy color: '#BD443E'

red 189 ◦ green 68 ◦ blue 62

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

Shades of Chestnut #BD443E

Tints of Chestnut #BD443E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.32%

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

R = 59.25%
G = 21.32%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BD443E (or 0xBD443E) is known color: Chestnut. HEX triplet: BD, 44 and 3E. RGB value is (189,68,62). Sum of RGB (Red+Green+Blue) = 189+68+62=319 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.25% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 62 (24.61% from 255 or 19.44% from 319); Max value from RGB is 189 - color contains mainly: red. Hex color #BD443E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD443E is #42BBC1. Grayscale: #676767. Windows color (decimal): -4373442 or 4080829. OLE color: 4080829.

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

Color convert

RGB 189 68 62 -
CMYK 0 0.64 0.67 0.26
HSL 2.83º 0.51% 0.49% -
HSV(B) 2.83º 0.67% 0.74% -
XYZ 23.92 15.3 6.25 -
YUV 103.5 104.59 188.99 -
System Red Green Blue C M Y K H S L
Decimal 189 68 62 0 0.64 0.67 0.26 2.83 0.51 0.49
Hex BD 44 3E 0 40 43 1A 3 33 31
Octal 275 104 76 0 100 103 32 3 63 61
Binary 10111101 1000100 111110 0 1000000 1000011 11010 11 110011 110001

Color Harmonies of #BD443E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD443E

Black with #BD443E

Text Example


Text Example

White with #BD443E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD443E; }

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

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

background-color css

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

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

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

border-color css

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

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

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