Html Css Color HEX #BC6512 Chocolate

📋 copy color: '#BC6512'

red 188 ◦ green 101 ◦ blue 18

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

Shades of Chocolate #BC6512

Tints of Chocolate #BC6512

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.9%

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

R = 61.24%
G = 32.9%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC6512 (or 0xBC6512) is known color: Chocolate. HEX triplet: BC, 65 and 12. RGB value is (188,101,18). Sum of RGB (Red+Green+Blue) = 188+101+18=307 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.24% from 307); Green value is 101 (39.84% from 255 or 32.90% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6512 is #439AED. Grayscale: #757575. Windows color (decimal): -4430574 or 1205692. OLE color: 1205692.

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

Color convert

RGB 188 101 18 -
CMYK 0 0.46 0.90 0.26
HSL 29.29º 0.83% 0.4% -
HSV(B) 29.29º 0.9% 0.74% -
XYZ 25.5 20.04 3.1 -
YUV 117.55 71.82 178.25 -
System Red Green Blue C M Y K H S L
Decimal 188 101 18 0 0.46 0.90 0.26 29.29 0.83 0.4
Hex BC 65 12 0 2E 5A 1A 1D 53 28
Octal 274 145 22 0 56 132 32 35 123 50
Binary 10111100 1100101 10010 0 101110 1011010 11010 11101 1010011 101000

Color Harmonies of #BC6512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6512

Black with #BC6512

Text Example


Text Example

White with #BC6512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6512; }

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

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

background-color css

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

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

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

border-color css

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

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

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