Html Css Color HEX #BC6214 Chocolate

📋 copy color: '#BC6214'

red 188 ◦ green 98 ◦ blue 20

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

Shades of Chocolate #BC6214

Tints of Chocolate #BC6214

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.03%

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

R = 61.44%
G = 32.03%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC6214 (or 0xBC6214) is known color: Chocolate. HEX triplet: BC, 62 and 14. RGB value is (188,98,20). Sum of RGB (Red+Green+Blue) = 188+98+20=306 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.44% from 306); Green value is 98 (38.67% from 255 or 32.03% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6214 is #439DEB. Grayscale: #747474. Windows color (decimal): -4431340 or 1335996. OLE color: 1335996.

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

Color convert

RGB 188 98 20 -
CMYK 0 0.48 0.89 0.26
HSL 27.86º 0.81% 0.41% -
HSV(B) 27.86º 0.89% 0.74% -
XYZ 25.23 19.48 3.09 -
YUV 116.02 73.82 179.34 -
System Red Green Blue C M Y K H S L
Decimal 188 98 20 0 0.48 0.89 0.26 27.86 0.81 0.41
Hex BC 62 14 0 30 59 1A 1C 51 29
Octal 274 142 24 0 60 131 32 34 121 51
Binary 10111100 1100010 10100 0 110000 1011001 11010 11100 1010001 101001

Color Harmonies of #BC6214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6214

Black with #BC6214

Text Example


Text Example

White with #BC6214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6214; }

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

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

background-color css

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

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

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

border-color css

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

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

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