Html Css Color HEX #BC6112 Chocolate

📋 copy color: '#BC6112'

red 188 ◦ green 97 ◦ blue 18

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

Shades of Chocolate #BC6112

Tints of Chocolate #BC6112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.94%

R = 62.05%
G = 32.01%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC6112 (or 0xBC6112) is known color: Chocolate. HEX triplet: BC, 61 and 12. RGB value is (188,97,18). Sum of RGB (Red+Green+Blue) = 188+97+18=303 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.05% from 303); Green value is 97 (38.28% from 255 or 32.01% from 303); Blue value is 18 (7.42% from 255 or 5.94% from 303); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6112 is #439EED. Grayscale: #737373. Windows color (decimal): -4431598 or 1204668. OLE color: 1204668.

HSL color Cylindrical-coordinate representation of color #BC6112: hue angle of 27.88º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC6112 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 97 18 -
CMYK 0 0.48 0.90 0.26
HSL 27.88º 0.83% 0.4% -
HSV(B) 27.88º 0.9% 0.74% -
XYZ 25.12 19.28 2.97 -
YUV 115.2 73.15 179.92 -
System Red Green Blue C M Y K H S L
Decimal 188 97 18 0 0.48 0.90 0.26 27.88 0.83 0.4
Hex BC 61 12 0 30 5A 1A 1C 53 28
Octal 274 141 22 0 60 132 32 34 123 50
Binary 10111100 1100001 10010 0 110000 1011010 11010 11100 1010011 101000

Color Harmonies of #BC6112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6112

Black with #BC6112

Text Example


Text Example

White with #BC6112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6112; }

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

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

background-color css

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

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

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

border-color css

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

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

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