Html Css Color HEX #BD4440 Chestnut

📋 copy color: '#BD4440'

red 189 ◦ green 68 ◦ blue 64

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

Shades of Chestnut #BD4440

Tints of Chestnut #BD4440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.94%

R = 58.88%
G = 21.18%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BD4440 (or 0xBD4440) is known color: Chestnut. HEX triplet: BD, 44 and 40. RGB value is (189,68,64). Sum of RGB (Red+Green+Blue) = 189+68+64=321 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.88% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4440 is #42BBBF. Grayscale: #676767. Windows color (decimal): -4373440 or 4211901. OLE color: 4211901.

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

Color convert

RGB 189 68 64 -
CMYK 0 0.64 0.66 0.26
HSL 1.92º 0.49% 0.5% -
HSV(B) 1.92º 0.66% 0.74% -
XYZ 23.98 15.32 6.54 -
YUV 103.72 105.59 188.83 -
System Red Green Blue C M Y K H S L
Decimal 189 68 64 0 0.64 0.66 0.26 1.92 0.49 0.5
Hex BD 44 40 0 40 42 1A 2 31 32
Octal 275 104 100 0 100 102 32 2 61 62
Binary 10111101 1000100 1000000 0 1000000 1000010 11010 10 110001 110010

Color Harmonies of #BD4440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4440

Black with #BD4440

Text Example


Text Example

White with #BD4440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4440; }

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

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

background-color css

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

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

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

border-color css

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

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

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