Html Css Color HEX #BC6912 Chocolate

📋 copy color: '#BC6912'

red 188 ◦ green 105 ◦ blue 18

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

Shades of Chocolate #BC6912

Tints of Chocolate #BC6912

RGB

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

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

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

R = 60.45%
G = 33.76%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC6912 (or 0xBC6912) is known color: Chocolate. HEX triplet: BC, 69 and 12. RGB value is (188,105,18). Sum of RGB (Red+Green+Blue) = 188+105+18=311 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.45% from 311); Green value is 105 (41.41% from 255 or 33.76% from 311); Blue value is 18 (7.42% from 255 or 5.79% from 311); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6912 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6912 is #4396ED. Grayscale: #787878. Windows color (decimal): -4429550 or 1206716. OLE color: 1206716.

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

Color convert

RGB 188 105 18 -
CMYK 0 0.44 0.90 0.26
HSL 30.71º 0.83% 0.4% -
HSV(B) 30.71º 0.9% 0.74% -
XYZ 25.9 20.84 3.23 -
YUV 119.9 70.5 176.57 -
System Red Green Blue C M Y K H S L
Decimal 188 105 18 0 0.44 0.90 0.26 30.71 0.83 0.4
Hex BC 69 12 0 2C 5A 1A 1F 53 28
Octal 274 151 22 0 54 132 32 37 123 50
Binary 10111100 1101001 10010 0 101100 1011010 11010 11111 1010011 101000

Color Harmonies of #BC6912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6912

Black with #BC6912

Text Example


Text Example

White with #BC6912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6912; }

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

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

background-color css

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

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

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

border-color css

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

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

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