Html Css Color HEX #BC6812 Chocolate

📋 copy color: '#BC6812'

red 188 ◦ green 104 ◦ blue 18

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

Shades of Chocolate #BC6812

Tints of Chocolate #BC6812

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.55%

 BLUE value IS 18 (7.42% from 255) = 5.81%

R = 60.65%
G = 33.55%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC6812 (or 0xBC6812) is known color: Chocolate. HEX triplet: BC, 68 and 12. RGB value is (188,104,18). Sum of RGB (Red+Green+Blue) = 188+104+18=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 18 (7.42% from 255 or 5.81% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6812 is #4397ED. Grayscale: #777777. Windows color (decimal): -4429806 or 1206460. OLE color: 1206460.

HSL color Cylindrical-coordinate representation of color #BC6812: hue angle of 30.35º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC6812 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 104 18 -
CMYK 0 0.45 0.90 0.26
HSL 30.35º 0.83% 0.4% -
HSV(B) 30.35º 0.9% 0.74% -
XYZ 25.8 20.64 3.2 -
YUV 119.31 70.83 176.99 -
System Red Green Blue C M Y K H S L
Decimal 188 104 18 0 0.45 0.90 0.26 30.35 0.83 0.4
Hex BC 68 12 0 2D 5A 1A 1E 53 28
Octal 274 150 22 0 55 132 32 36 123 50
Binary 10111100 1101000 10010 0 101101 1011010 11010 11110 1010011 101000

Color Harmonies of #BC6812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6812

Black with #BC6812

Text Example


Text Example

White with #BC6812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6812; }

 p { color: rgb(188,104,18); }

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

background-color css

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

 a { background-color: rgb(188,104,18); }

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

border-color css

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

 span { border-color: rgb(188,104,18); }

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