Html Css Color HEX #BC6710 Chocolate

📋 copy color: '#BC6710'

red 188 ◦ green 103 ◦ blue 16

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

Shades of Chocolate #BC6710

Tints of Chocolate #BC6710

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.55%

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

R = 61.24%
G = 33.55%
B = 5.21%

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

#BC6710 (or 0xBC6710) is known color: Chocolate. HEX triplet: BC, 67 and 10. RGB value is (188,103,16). Sum of RGB (Red+Green+Blue) = 188+103+16=307 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.24% from 307); Green value is 103 (40.62% from 255 or 33.55% from 307); Blue value is 16 (6.64% from 255 or 5.21% from 307); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6710 is #4398EF. Grayscale: #767676. Windows color (decimal): -4430064 or 1075132. OLE color: 1075132.

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

Color convert

RGB 188 103 16 -
CMYK 0 0.45 0.91 0.26
HSL 30.35º 0.84% 0.4% -
HSV(B) 30.35º 0.91% 0.74% -
XYZ 25.68 20.43 3.08 -
YUV 118.5 70.16 177.57 -
System Red Green Blue C M Y K H S L
Decimal 188 103 16 0 0.45 0.91 0.26 30.35 0.84 0.4
Hex BC 67 10 0 2D 5B 1A 1E 54 28
Octal 274 147 20 0 55 133 32 36 124 50
Binary 10111100 1100111 10000 0 101101 1011011 11010 11110 1010100 101000

Color Harmonies of #BC6710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6710

Black with #BC6710

Text Example


Text Example

White with #BC6710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6710; }

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

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

background-color css

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

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

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

border-color css

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

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

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