Html Css Color HEX #BC4641 Chestnut

📋 copy color: '#BC4641'

red 188 ◦ green 70 ◦ blue 65

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

Shades of Chestnut #BC4641

Tints of Chestnut #BC4641

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.67%

 BLUE value IS 65 (25.78% from 255) = 20.12%

R = 58.2%
G = 21.67%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC4641 (or 0xBC4641) is known color: Chestnut. HEX triplet: BC, 46 and 41. RGB value is (188,70,65). Sum of RGB (Red+Green+Blue) = 188+70+65=323 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.20% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4641 is #43B9BE. Grayscale: #686868. Windows color (decimal): -4438463 or 4277948. OLE color: 4277948.

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

Color convert

RGB 188 70 65 -
CMYK 0 0.63 0.65 0.26
HSL 2.44º 0.49% 0.5% -
HSV(B) 2.44º 0.65% 0.74% -
XYZ 23.88 15.45 6.73 -
YUV 104.71 105.59 187.41 -
System Red Green Blue C M Y K H S L
Decimal 188 70 65 0 0.63 0.65 0.26 2.44 0.49 0.5
Hex BC 46 41 0 3F 41 1A 2 31 32
Octal 274 106 101 0 77 101 32 2 61 62
Binary 10111100 1000110 1000001 0 111111 1000001 11010 10 110001 110010

Color Harmonies of #BC4641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4641

Black with #BC4641

Text Example


Text Example

White with #BC4641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4641; }

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

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

background-color css

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

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

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

border-color css

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

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

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