Html Css Color HEX #BC6614 Chocolate

📋 copy color: '#BC6614'

red 188 ◦ green 102 ◦ blue 20

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

Shades of Chocolate #BC6614

Tints of Chocolate #BC6614

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.9%

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

R = 60.65%
G = 32.9%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC6614 (or 0xBC6614) is known color: Chocolate. HEX triplet: BC, 66 and 14. RGB value is (188,102,20). Sum of RGB (Red+Green+Blue) = 188+102+20=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 20 (8.20% from 255 or 6.45% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6614 is #4399EB. Grayscale: #767676. Windows color (decimal): -4430316 or 1337020. OLE color: 1337020.

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

Color convert

RGB 188 102 20 -
CMYK 0 0.46 0.89 0.26
HSL 29.29º 0.81% 0.41% -
HSV(B) 29.29º 0.89% 0.74% -
XYZ 25.62 20.24 3.22 -
YUV 118.37 72.49 177.67 -
System Red Green Blue C M Y K H S L
Decimal 188 102 20 0 0.46 0.89 0.26 29.29 0.81 0.41
Hex BC 66 14 0 2E 59 1A 1D 51 29
Octal 274 146 24 0 56 131 32 35 121 51
Binary 10111100 1100110 10100 0 101110 1011001 11010 11101 1010001 101001

Color Harmonies of #BC6614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6614

Black with #BC6614

Text Example


Text Example

White with #BC6614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6614; }

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

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

background-color css

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

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

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

border-color css

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

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

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