Html Css Color HEX #BC6116 Chocolate

📋 copy color: '#BC6116'

red 188 ◦ green 97 ◦ blue 22

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

Shades of Chocolate #BC6116

Tints of Chocolate #BC6116

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.6%

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

R = 61.24%
G = 31.6%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC6116 (or 0xBC6116) is known color: Chocolate. HEX triplet: BC, 61 and 16. RGB value is (188,97,22). Sum of RGB (Red+Green+Blue) = 188+97+22=307 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.24% from 307); Green value is 97 (38.28% from 255 or 31.60% from 307); Blue value is 22 (8.98% from 255 or 7.17% from 307); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6116 is #439EE9. Grayscale: #747474. Windows color (decimal): -4431594 or 1466812. OLE color: 1466812.

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

Color convert

RGB 188 97 22 -
CMYK 0 0.48 0.88 0.26
HSL 27.11º 0.79% 0.41% -
HSV(B) 27.11º 0.88% 0.74% -
XYZ 25.16 19.3 3.16 -
YUV 115.66 75.15 179.6 -
System Red Green Blue C M Y K H S L
Decimal 188 97 22 0 0.48 0.88 0.26 27.11 0.79 0.41
Hex BC 61 16 0 30 58 1A 1B 4F 29
Octal 274 141 26 0 60 130 32 33 117 51
Binary 10111100 1100001 10110 0 110000 1011000 11010 11011 1001111 101001

Color Harmonies of #BC6116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6116

Black with #BC6116

Text Example


Text Example

White with #BC6116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6116; }

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

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

background-color css

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

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

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

border-color css

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

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

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