Html Css Color HEX #BC6215 Chocolate

📋 copy color: '#BC6215'

red 188 ◦ green 98 ◦ blue 21

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

Shades of Chocolate #BC6215

Tints of Chocolate #BC6215

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.92%

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

R = 61.24%
G = 31.92%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC6215 (or 0xBC6215) is known color: Chocolate. HEX triplet: BC, 62 and 15. RGB value is (188,98,21). Sum of RGB (Red+Green+Blue) = 188+98+21=307 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.24% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 21 (8.59% from 255 or 6.84% from 307); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6215 is #439DEA. Grayscale: #747474. Windows color (decimal): -4431339 or 1401532. OLE color: 1401532.

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

Color convert

RGB 188 98 21 -
CMYK 0 0.48 0.89 0.26
HSL 27.66º 0.8% 0.41% -
HSV(B) 27.66º 0.89% 0.74% -
XYZ 25.24 19.48 3.14 -
YUV 116.13 74.32 179.26 -
System Red Green Blue C M Y K H S L
Decimal 188 98 21 0 0.48 0.89 0.26 27.66 0.8 0.41
Hex BC 62 15 0 30 59 1A 1C 50 29
Octal 274 142 25 0 60 131 32 34 120 51
Binary 10111100 1100010 10101 0 110000 1011001 11010 11100 1010000 101001

Color Harmonies of #BC6215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6215

Black with #BC6215

Text Example


Text Example

White with #BC6215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6215; }

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

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

background-color css

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

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

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

border-color css

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

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

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