Html Css Color HEX #BC443D Chestnut

📋 copy color: '#BC443D'

red 188 ◦ green 68 ◦ blue 61

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

Shades of Chestnut #BC443D

Tints of Chestnut #BC443D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.24%

R = 59.31%
G = 21.45%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC443D (or 0xBC443D) is known color: Chestnut. HEX triplet: BC, 44 and 3D. RGB value is (188,68,61). Sum of RGB (Red+Green+Blue) = 188+68+61=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC443D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC443D is #43BBC2. Grayscale: #676767. Windows color (decimal): -4438979 or 4015292. OLE color: 4015292.

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

Color convert

RGB 188 68 61 -
CMYK 0 0.64 0.68 0.26
HSL 3.31º 0.51% 0.49% -
HSV(B) 3.31º 0.68% 0.74% -
XYZ 23.65 15.16 6.1 -
YUV 103.08 104.26 188.57 -
System Red Green Blue C M Y K H S L
Decimal 188 68 61 0 0.64 0.68 0.26 3.31 0.51 0.49
Hex BC 44 3D 0 40 44 1A 3 33 31
Octal 274 104 75 0 100 104 32 3 63 61
Binary 10111100 1000100 111101 0 1000000 1000100 11010 11 110011 110001

Color Harmonies of #BC443D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC443D

Black with #BC443D

Text Example


Text Example

White with #BC443D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC443D; }

 p { color: rgb(188,68,61); }

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

background-color css

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

 a { background-color: rgb(188,68,61); }

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

border-color css

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

 span { border-color: rgb(188,68,61); }

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