Html Css Color HEX #BC6416 Chocolate

📋 copy color: '#BC6416'

red 188 ◦ green 100 ◦ blue 22

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

Shades of Chocolate #BC6416

Tints of Chocolate #BC6416

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.26%

 BLUE value IS 22 (8.98% from 255) = 7.1%

R = 60.65%
G = 32.26%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC6416 (or 0xBC6416) is known color: Chocolate. HEX triplet: BC, 64 and 16. RGB value is (188,100,22). Sum of RGB (Red+Green+Blue) = 188+100+22=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 22 (8.98% from 255 or 7.10% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6416 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6416 is #439BE9. Grayscale: #757575. Windows color (decimal): -4430826 or 1467580. OLE color: 1467580.

HSL color Cylindrical-coordinate representation of color #BC6416: hue angle of 28.19º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC6416 is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 100 22 -
CMYK 0 0.47 0.88 0.26
HSL 28.19º 0.79% 0.41% -
HSV(B) 28.19º 0.88% 0.74% -
XYZ 25.44 19.86 3.25 -
YUV 117.42 74.15 178.34 -
System Red Green Blue C M Y K H S L
Decimal 188 100 22 0 0.47 0.88 0.26 28.19 0.79 0.41
Hex BC 64 16 0 2F 58 1A 1C 4F 29
Octal 274 144 26 0 57 130 32 34 117 51
Binary 10111100 1100100 10110 0 101111 1011000 11010 11100 1001111 101001

Color Harmonies of #BC6416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6416

Black with #BC6416

Text Example


Text Example

White with #BC6416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6416; }

 p { color: rgb(188,100,22); }

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

background-color css

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

 a { background-color: rgb(188,100,22); }

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

border-color css

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

 span { border-color: rgb(188,100,22); }

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