Html Css Color HEX #BC6514 Chocolate

📋 copy color: '#BC6514'

red 188 ◦ green 101 ◦ blue 20

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

Shades of Chocolate #BC6514

Tints of Chocolate #BC6514

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.69%

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

R = 60.84%
G = 32.69%
B = 6.47%

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

#BC6514 (or 0xBC6514) is known color: Chocolate. HEX triplet: BC, 65 and 14. RGB value is (188,101,20). Sum of RGB (Red+Green+Blue) = 188+101+20=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 101 (39.84% from 255 or 32.69% from 309); Blue value is 20 (8.20% from 255 or 6.47% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6514 is #439AEB. Grayscale: #767676. Windows color (decimal): -4430572 or 1336764. OLE color: 1336764.

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

Color convert

RGB 188 101 20 -
CMYK 0 0.46 0.89 0.26
HSL 28.93º 0.81% 0.41% -
HSV(B) 28.93º 0.89% 0.74% -
XYZ 25.52 20.05 3.19 -
YUV 117.78 72.82 178.09 -
System Red Green Blue C M Y K H S L
Decimal 188 101 20 0 0.46 0.89 0.26 28.93 0.81 0.41
Hex BC 65 14 0 2E 59 1A 1D 51 29
Octal 274 145 24 0 56 131 32 35 121 51
Binary 10111100 1100101 10100 0 101110 1011001 11010 11101 1010001 101001

Color Harmonies of #BC6514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6514

Black with #BC6514

Text Example


Text Example

White with #BC6514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6514; }

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

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

background-color css

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

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

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

border-color css

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

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

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