Html Css Color HEX #BC4F43 Chestnut

📋 copy color: '#BC4F43'

red 188 ◦ green 79 ◦ blue 67

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

Shades of Chestnut #BC4F43

Tints of Chestnut #BC4F43

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.65%

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

R = 56.29%
G = 23.65%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BC4F43 (or 0xBC4F43) is known color: Chestnut. HEX triplet: BC, 4F and 43. RGB value is (188,79,67). Sum of RGB (Red+Green+Blue) = 188+79+67=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 79 (31.25% from 255 or 23.65% from 334); Blue value is 67 (26.56% from 255 or 20.06% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4F43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC4F43 is #43B0BC. Grayscale: #6E6E6E. Windows color (decimal): -4436157 or 4411324. OLE color: 4411324.

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

Color convert

RGB 188 79 67 -
CMYK 0 0.58 0.64 0.26
HSL 5.95º 0.47% 0.5% -
HSV(B) 5.95º 0.64% 0.74% -
XYZ 24.55 16.69 7.24 -
YUV 110.22 103.61 183.48 -
System Red Green Blue C M Y K H S L
Decimal 188 79 67 0 0.58 0.64 0.26 5.95 0.47 0.5
Hex BC 4F 43 0 3A 40 1A 6 2F 32
Octal 274 117 103 0 72 100 32 6 57 62
Binary 10111100 1001111 1000011 0 111010 1000000 11010 110 101111 110010

Color Harmonies of #BC4F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4F43

Black with #BC4F43

Text Example


Text Example

White with #BC4F43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4F43; }

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

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

background-color css

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

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

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

border-color css

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

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

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