Html Css Color HEX #BC4D45 Chestnut

📋 copy color: '#BC4D45'

red 188 ◦ green 77 ◦ blue 69

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

Shades of Chestnut #BC4D45

Tints of Chestnut #BC4D45

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.05%

 BLUE value IS 69 (27.34% from 255) = 20.66%

R = 56.29%
G = 23.05%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC4D45 (or 0xBC4D45) is known color: Chestnut. HEX triplet: BC, 4D and 45. RGB value is (188,77,69). Sum of RGB (Red+Green+Blue) = 188+77+69=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC4D45 is #43B2BA. Grayscale: #6D6D6D. Windows color (decimal): -4436667 or 4541884. OLE color: 4541884.

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

Color convert

RGB 188 77 69 -
CMYK 0 0.59 0.63 0.26
HSL 4.03º 0.47% 0.5% -
HSV(B) 4.03º 0.63% 0.74% -
XYZ 24.47 16.43 7.51 -
YUV 109.28 105.27 184.15 -
System Red Green Blue C M Y K H S L
Decimal 188 77 69 0 0.59 0.63 0.26 4.03 0.47 0.5
Hex BC 4D 45 0 3B 3F 1A 4 2F 32
Octal 274 115 105 0 73 77 32 4 57 62
Binary 10111100 1001101 1000101 0 111011 111111 11010 100 101111 110010

Color Harmonies of #BC4D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4D45

Black with #BC4D45

Text Example


Text Example

White with #BC4D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4D45; }

 p { color: rgb(188,77,69); }

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

background-color css

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

 a { background-color: rgb(188,77,69); }

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

border-color css

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

 span { border-color: rgb(188,77,69); }

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