Html Css Color HEX #BC6811 Chocolate

📋 copy color: '#BC6811'

red 188 ◦ green 104 ◦ blue 17

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

Shades of Chocolate #BC6811

Tints of Chocolate #BC6811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.5%

R = 60.84%
G = 33.66%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC6811 (or 0xBC6811) is known color: Chocolate. HEX triplet: BC, 68 and 11. RGB value is (188,104,17). Sum of RGB (Red+Green+Blue) = 188+104+17=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 17 (7.03% from 255 or 5.50% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6811 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6811 is #4397EE. Grayscale: #777777. Windows color (decimal): -4429807 or 1140924. OLE color: 1140924.

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

Color convert

RGB 188 104 17 -
CMYK 0 0.45 0.91 0.26
HSL 30.53º 0.83% 0.4% -
HSV(B) 30.53º 0.91% 0.74% -
XYZ 25.79 20.63 3.15 -
YUV 119.2 70.33 177.07 -
System Red Green Blue C M Y K H S L
Decimal 188 104 17 0 0.45 0.91 0.26 30.53 0.83 0.4
Hex BC 68 11 0 2D 5B 1A 1F 53 28
Octal 274 150 21 0 55 133 32 37 123 50
Binary 10111100 1101000 10001 0 101101 1011011 11010 11111 1010011 101000

Color Harmonies of #BC6811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6811

Black with #BC6811

Text Example


Text Example

White with #BC6811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6811; }

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

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

background-color css

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

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

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

border-color css

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

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

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