Html Css Color HEX #BC6014 Chocolate

📋 copy color: '#BC6014'

red 188 ◦ green 96 ◦ blue 20

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

Shades of Chocolate #BC6014

Tints of Chocolate #BC6014

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.58%

 BLUE value IS 20 (8.2% from 255) = 6.58%

R = 61.84%
G = 31.58%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC6014 (or 0xBC6014) is known color: Chocolate. HEX triplet: BC, 60 and 14. RGB value is (188,96,20). Sum of RGB (Red+Green+Blue) = 188+96+20=304 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.84% from 304); Green value is 96 (37.89% from 255 or 31.58% from 304); Blue value is 20 (8.20% from 255 or 6.58% from 304); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6014 is #439FEB. Grayscale: #737373. Windows color (decimal): -4431852 or 1335484. OLE color: 1335484.

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

Color convert

RGB 188 96 20 -
CMYK 0 0.49 0.89 0.26
HSL 27.14º 0.81% 0.41% -
HSV(B) 27.14º 0.89% 0.74% -
XYZ 25.05 19.11 3.03 -
YUV 114.84 74.48 180.18 -
System Red Green Blue C M Y K H S L
Decimal 188 96 20 0 0.49 0.89 0.26 27.14 0.81 0.41
Hex BC 60 14 0 31 59 1A 1B 51 29
Octal 274 140 24 0 61 131 32 33 121 51
Binary 10111100 1100000 10100 0 110001 1011001 11010 11011 1010001 101001

Color Harmonies of #BC6014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6014

Black with #BC6014

Text Example


Text Example

White with #BC6014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6014; }

 p { color: rgb(188,96,20); }

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

background-color css

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

 a { background-color: rgb(188,96,20); }

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

border-color css

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

 span { border-color: rgb(188,96,20); }

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