Html Css Color HEX #BC6615 Chocolate

📋 copy color: '#BC6615'

red 188 ◦ green 102 ◦ blue 21

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

Shades of Chocolate #BC6615

Tints of Chocolate #BC6615

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.8%

 BLUE value IS 21 (8.59% from 255) = 6.75%

R = 60.45%
G = 32.8%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC6615 (or 0xBC6615) is known color: Chocolate. HEX triplet: BC, 66 and 15. RGB value is (188,102,21). Sum of RGB (Red+Green+Blue) = 188+102+21=311 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.45% from 311); Green value is 102 (40.23% from 255 or 32.80% from 311); Blue value is 21 (8.59% from 255 or 6.75% from 311); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6615 is #4399EA. Grayscale: #767676. Windows color (decimal): -4430315 or 1402556. OLE color: 1402556.

HSL color Cylindrical-coordinate representation of color #BC6615: hue angle of 29.1º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC6615 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 102 21 -
CMYK 0 0.46 0.89 0.26
HSL 29.1º 0.8% 0.41% -
HSV(B) 29.1º 0.89% 0.74% -
XYZ 25.63 20.25 3.27 -
YUV 118.48 72.99 177.59 -
System Red Green Blue C M Y K H S L
Decimal 188 102 21 0 0.46 0.89 0.26 29.1 0.8 0.41
Hex BC 66 15 0 2E 59 1A 1D 50 29
Octal 274 146 25 0 56 131 32 35 120 51
Binary 10111100 1100110 10101 0 101110 1011001 11010 11101 1010000 101001

Color Harmonies of #BC6615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6615

Black with #BC6615

Text Example


Text Example

White with #BC6615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6615; }

 p { color: rgb(188,102,21); }

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

background-color css

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

 a { background-color: rgb(188,102,21); }

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

border-color css

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

 span { border-color: rgb(188,102,21); }

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