Html Css Color HEX #BC4743 Chestnut

📋 copy color: '#BC4743'

red 188 ◦ green 71 ◦ blue 67

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

Shades of Chestnut #BC4743

Tints of Chestnut #BC4743

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 20.55%

R = 57.67%
G = 21.78%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BC4743 (or 0xBC4743) is known color: Chestnut. HEX triplet: BC, 47 and 43. RGB value is (188,71,67). Sum of RGB (Red+Green+Blue) = 188+71+67=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 67 (26.56% from 255 or 20.55% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4743 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4743 is #43B8BC. Grayscale: #696969. Windows color (decimal): -4438205 or 4409276. OLE color: 4409276.

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

Color convert

RGB 188 71 67 -
CMYK 0 0.62 0.64 0.26
HSL 1.98º 0.47% 0.5% -
HSV(B) 1.98º 0.64% 0.74% -
XYZ 24.01 15.6 7.06 -
YUV 105.53 106.26 186.83 -
System Red Green Blue C M Y K H S L
Decimal 188 71 67 0 0.62 0.64 0.26 1.98 0.47 0.5
Hex BC 47 43 0 3E 40 1A 2 2F 32
Octal 274 107 103 0 76 100 32 2 57 62
Binary 10111100 1000111 1000011 0 111110 1000000 11010 10 101111 110010

Color Harmonies of #BC4743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4743

Black with #BC4743

Text Example


Text Example

White with #BC4743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4743; }

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

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

background-color css

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

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

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

border-color css

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

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

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