Html Css Color HEX #BC4947 Chestnut

📋 copy color: '#BC4947'

red 188 ◦ green 73 ◦ blue 71

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

Shades of Chestnut #BC4947

Tints of Chestnut #BC4947

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.99%

 BLUE value IS 71 (28.13% from 255) = 21.39%

R = 56.63%
G = 21.99%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC4947 (or 0xBC4947) is known color: Chestnut. HEX triplet: BC, 49 and 47. RGB value is (188,73,71). Sum of RGB (Red+Green+Blue) = 188+73+71=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 71 (28.12% from 255 or 21.39% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4947 is #43B6B8. Grayscale: #6B6B6B. Windows color (decimal): -4437689 or 4671932. OLE color: 4671932.

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

Color convert

RGB 188 73 71 -
CMYK 0 0.61 0.62 0.26
HSL 1.03º 0.47% 0.51% -
HSV(B) 1.03º 0.62% 0.74% -
XYZ 24.26 15.91 7.75 -
YUV 107.16 107.6 185.66 -
System Red Green Blue C M Y K H S L
Decimal 188 73 71 0 0.61 0.62 0.26 1.03 0.47 0.51
Hex BC 49 47 0 3D 3E 1A 1 2F 33
Octal 274 111 107 0 75 76 32 1 57 63
Binary 10111100 1001001 1000111 0 111101 111110 11010 1 101111 110011

Color Harmonies of #BC4947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4947

Black with #BC4947

Text Example


Text Example

White with #BC4947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4947; }

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

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

background-color css

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

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

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

border-color css

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

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

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