Html Css Color HEX #BD443F Chestnut

📋 copy color: '#BD443F'

red 189 ◦ green 68 ◦ blue 63

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

Shades of Chestnut #BD443F

Tints of Chestnut #BD443F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.69%

R = 59.06%
G = 21.25%
B = 19.69%

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

#BD443F (or 0xBD443F) is known color: Chestnut. HEX triplet: BD, 44 and 3F. RGB value is (189,68,63). Sum of RGB (Red+Green+Blue) = 189+68+63=320 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.06% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 189 - color contains mainly: red. Hex color #BD443F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD443F is #42BBC0. Grayscale: #676767. Windows color (decimal): -4373441 or 4146365. OLE color: 4146365.

HSL color Cylindrical-coordinate representation of color #BD443F: hue angle of 2.38º degrees, saturation: 0.5, 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 #BD443F is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 68 63 -
CMYK 0 0.64 0.67 0.26
HSL 2.38º 0.5% 0.49% -
HSV(B) 2.38º 0.67% 0.74% -
XYZ 23.95 15.31 6.4 -
YUV 103.61 105.09 188.91 -
System Red Green Blue C M Y K H S L
Decimal 189 68 63 0 0.64 0.67 0.26 2.38 0.5 0.49
Hex BD 44 3F 0 40 43 1A 2 32 31
Octal 275 104 77 0 100 103 32 2 62 61
Binary 10111101 1000100 111111 0 1000000 1000011 11010 10 110010 110001

Color Harmonies of #BD443F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD443F

Black with #BD443F

Text Example


Text Example

White with #BD443F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD443F; }

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

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

background-color css

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

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

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

border-color css

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

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

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