Html Css Color HEX #BC6610 Chocolate

📋 copy color: '#BC6610'

red 188 ◦ green 102 ◦ blue 16

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

Shades of Chocolate #BC6610

Tints of Chocolate #BC6610

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.33%

 BLUE value IS 16 (6.64% from 255) = 5.23%

R = 61.44%
G = 33.33%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC6610 (or 0xBC6610) is known color: Chocolate. HEX triplet: BC, 66 and 10. RGB value is (188,102,16). Sum of RGB (Red+Green+Blue) = 188+102+16=306 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.44% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 16 (6.64% from 255 or 5.23% from 306); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6610 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6610 is #4399EF. Grayscale: #767676. Windows color (decimal): -4430320 or 1074876. OLE color: 1074876.

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

Color convert

RGB 188 102 16 -
CMYK 0 0.46 0.91 0.26
HSL 30º 0.84% 0.4% -
HSV(B) 30º 0.91% 0.74% -
XYZ 25.58 20.23 3.05 -
YUV 117.91 70.49 177.99 -
System Red Green Blue C M Y K H S L
Decimal 188 102 16 0 0.46 0.91 0.26 30 0.84 0.4
Hex BC 66 10 0 2E 5B 1A 1E 54 28
Octal 274 146 20 0 56 133 32 36 124 50
Binary 10111100 1100110 10000 0 101110 1011011 11010 11110 1010100 101000

Color Harmonies of #BC6610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6610

Black with #BC6610

Text Example


Text Example

White with #BC6610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6610; }

 p { color: rgb(188,102,16); }

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

background-color css

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

 a { background-color: rgb(188,102,16); }

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

border-color css

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

 span { border-color: rgb(188,102,16); }

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