Html Css Color HEX #BC6914 Chocolate

📋 copy color: '#BC6914'

red 188 ◦ green 105 ◦ blue 20

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

Shades of Chocolate #BC6914

Tints of Chocolate #BC6914

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.55%

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

R = 60.06%
G = 33.55%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC6914 (or 0xBC6914) is known color: Chocolate. HEX triplet: BC, 69 and 14. RGB value is (188,105,20). Sum of RGB (Red+Green+Blue) = 188+105+20=313 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.06% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 20 (8.20% from 255 or 6.39% from 313); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6914 is #4396EB. Grayscale: #787878. Windows color (decimal): -4429548 or 1337788. OLE color: 1337788.

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

Color convert

RGB 188 105 20 -
CMYK 0 0.44 0.89 0.26
HSL 30.36º 0.81% 0.41% -
HSV(B) 30.36º 0.89% 0.74% -
XYZ 25.92 20.85 3.32 -
YUV 120.13 71.5 176.41 -
System Red Green Blue C M Y K H S L
Decimal 188 105 20 0 0.44 0.89 0.26 30.36 0.81 0.41
Hex BC 69 14 0 2C 59 1A 1E 51 29
Octal 274 151 24 0 54 131 32 36 121 51
Binary 10111100 1101001 10100 0 101100 1011001 11010 11110 1010001 101001

Color Harmonies of #BC6914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6914

Black with #BC6914

Text Example


Text Example

White with #BC6914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6914; }

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

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

background-color css

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

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

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

border-color css

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

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

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