Html Css Color HEX #BD4340 Chestnut

📋 copy color: '#BD4340'

red 189 ◦ green 67 ◦ blue 64

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

Shades of Chestnut #BD4340

Tints of Chestnut #BD4340

RGB

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

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

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

R = 59.06%
G = 20.94%
B = 20%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BD4340 (or 0xBD4340) is known color: Chestnut. HEX triplet: BD, 43 and 40. RGB value is (189,67,64). Sum of RGB (Red+Green+Blue) = 189+67+64=320 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.06% from 320); Green value is 67 (26.56% from 255 or 20.94% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4340 is #42BCBF. Grayscale: #676767. Windows color (decimal): -4373696 or 4211645. OLE color: 4211645.

HSL color Cylindrical-coordinate representation of color #BD4340: hue angle of 1.44º 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 #BD4340 is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 67 64 -
CMYK 0 0.65 0.66 0.26
HSL 1.44º 0.49% 0.5% -
HSV(B) 1.44º 0.66% 0.74% -
XYZ 23.92 15.2 6.52 -
YUV 103.14 105.92 189.24 -
System Red Green Blue C M Y K H S L
Decimal 189 67 64 0 0.65 0.66 0.26 1.44 0.49 0.5
Hex BD 43 40 0 41 42 1A 1 31 32
Octal 275 103 100 0 101 102 32 1 61 62
Binary 10111101 1000011 1000000 0 1000001 1000010 11010 1 110001 110010

Color Harmonies of #BD4340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4340

Black with #BD4340

Text Example


Text Example

White with #BD4340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4340; }

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

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

background-color css

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

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

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

border-color css

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

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

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