Html Css Color HEX #BC4746 Chestnut

📋 copy color: '#BC4746'

red 188 ◦ green 71 ◦ blue 70

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

Shades of Chestnut #BC4746

Tints of Chestnut #BC4746

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.58%

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

R = 57.14%
G = 21.58%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC4746 (or 0xBC4746) is known color: Chestnut. HEX triplet: BC, 47 and 46. RGB value is (188,71,70). Sum of RGB (Red+Green+Blue) = 188+71+70=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4746 is #43B8B9. Grayscale: #696969. Windows color (decimal): -4438202 or 4605884. OLE color: 4605884.

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

Color convert

RGB 188 71 70 -
CMYK 0 0.62 0.63 0.26
HSL 0.51º 0.47% 0.51% -
HSV(B) 0.51º 0.63% 0.74% -
XYZ 24.1 15.64 7.54 -
YUV 105.87 107.76 186.58 -
System Red Green Blue C M Y K H S L
Decimal 188 71 70 0 0.62 0.63 0.26 0.51 0.47 0.51
Hex BC 47 46 0 3E 3F 1A 1 2F 33
Octal 274 107 106 0 76 77 32 1 57 63
Binary 10111100 1000111 1000110 0 111110 111111 11010 1 101111 110011

Color Harmonies of #BC4746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4746

Black with #BC4746

Text Example


Text Example

White with #BC4746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4746; }

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

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

background-color css

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

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

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

border-color css

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

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

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