Html Css Color HEX #BC6910 Chocolate

📋 copy color: '#BC6910'

red 188 ◦ green 105 ◦ blue 16

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

Shades of Chocolate #BC6910

Tints of Chocolate #BC6910

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.98%

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

R = 60.84%
G = 33.98%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC6910 (or 0xBC6910) is known color: Chocolate. HEX triplet: BC, 69 and 10. RGB value is (188,105,16). Sum of RGB (Red+Green+Blue) = 188+105+16=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 105 (41.41% from 255 or 33.98% from 309); Blue value is 16 (6.64% from 255 or 5.18% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6910 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6910 is #4396EF. Grayscale: #787878. Windows color (decimal): -4429552 or 1075644. OLE color: 1075644.

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

Color convert

RGB 188 105 16 -
CMYK 0 0.44 0.91 0.26
HSL 31.05º 0.84% 0.4% -
HSV(B) 31.05º 0.91% 0.74% -
XYZ 25.88 20.83 3.15 -
YUV 119.67 69.5 176.74 -
System Red Green Blue C M Y K H S L
Decimal 188 105 16 0 0.44 0.91 0.26 31.05 0.84 0.4
Hex BC 69 10 0 2C 5B 1A 1F 54 28
Octal 274 151 20 0 54 133 32 37 124 50
Binary 10111100 1101001 10000 0 101100 1011011 11010 11111 1010100 101000

Color Harmonies of #BC6910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6910

Black with #BC6910

Text Example


Text Example

White with #BC6910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6910; }

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

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

background-color css

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

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

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

border-color css

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

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

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