Html Css Color HEX #BC4340 Chestnut

📋 copy color: '#BC4340'

red 188 ◦ green 67 ◦ blue 64

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

Shades of Chestnut #BC4340

Tints of Chestnut #BC4340

RGB

 RED value IS 188 (73.83% from 255) = 58.93%

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

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

R = 58.93%
G = 21%
B = 20.06%

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

#BC4340 (or 0xBC4340) is known color: Chestnut. HEX triplet: BC, 43 and 40. RGB value is (188,67,64). Sum of RGB (Red+Green+Blue) = 188+67+64=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4340 is #43BCBF. Grayscale: #666666. Windows color (decimal): -4439232 or 4211644. OLE color: 4211644.

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

Color convert

RGB 188 67 64 -
CMYK 0 0.64 0.66 0.26
HSL 1.45º 0.49% 0.49% -
HSV(B) 1.45º 0.66% 0.74% -
XYZ 23.67 15.08 6.51 -
YUV 102.84 106.09 188.74 -
System Red Green Blue C M Y K H S L
Decimal 188 67 64 0 0.64 0.66 0.26 1.45 0.49 0.49
Hex BC 43 40 0 40 42 1A 1 31 31
Octal 274 103 100 0 100 102 32 1 61 61
Binary 10111100 1000011 1000000 0 1000000 1000010 11010 1 110001 110001

Color Harmonies of #BC4340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4340

Black with #BC4340

Text Example


Text Example

White with #BC4340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4340; }

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

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

background-color css

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

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

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

border-color css

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

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

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