Html Css Color HEX #BC4D46 Chestnut

📋 copy color: '#BC4D46'

red 188 ◦ green 77 ◦ blue 70

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

Shades of Chestnut #BC4D46

Tints of Chestnut #BC4D46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.9%

R = 56.12%
G = 22.99%
B = 20.9%

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

#BC4D46 (or 0xBC4D46) is known color: Chestnut. HEX triplet: BC, 4D and 46. RGB value is (188,77,70). Sum of RGB (Red+Green+Blue) = 188+77+70=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC4D46 is #43B2B9. Grayscale: #6D6D6D. Windows color (decimal): -4436666 or 4607420. OLE color: 4607420.

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

Color convert

RGB 188 77 70 -
CMYK 0 0.59 0.63 0.26
HSL 3.56º 0.47% 0.51% -
HSV(B) 3.56º 0.63% 0.74% -
XYZ 24.5 16.44 7.68 -
YUV 109.39 105.77 184.07 -
System Red Green Blue C M Y K H S L
Decimal 188 77 70 0 0.59 0.63 0.26 3.56 0.47 0.51
Hex BC 4D 46 0 3B 3F 1A 4 2F 33
Octal 274 115 106 0 73 77 32 4 57 63
Binary 10111100 1001101 1000110 0 111011 111111 11010 100 101111 110011

Color Harmonies of #BC4D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4D46

Black with #BC4D46

Text Example


Text Example

White with #BC4D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4D46; }

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

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

background-color css

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

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

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

border-color css

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

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

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