Html Css Color HEX #BC6213 Chocolate

📋 copy color: '#BC6213'

red 188 ◦ green 98 ◦ blue 19

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

Shades of Chocolate #BC6213

Tints of Chocolate #BC6213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.23%

R = 61.64%
G = 32.13%
B = 6.23%

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

#BC6213 (or 0xBC6213) is known color: Chocolate. HEX triplet: BC, 62 and 13. RGB value is (188,98,19). Sum of RGB (Red+Green+Blue) = 188+98+19=305 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.64% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 19 (7.81% from 255 or 6.23% from 305); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6213 is #439DEC. Grayscale: #747474. Windows color (decimal): -4431341 or 1270460. OLE color: 1270460.

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

Color convert

RGB 188 98 19 -
CMYK 0 0.48 0.90 0.26
HSL 28.05º 0.82% 0.41% -
HSV(B) 28.05º 0.9% 0.74% -
XYZ 25.22 19.47 3.05 -
YUV 115.9 73.32 179.42 -
System Red Green Blue C M Y K H S L
Decimal 188 98 19 0 0.48 0.90 0.26 28.05 0.82 0.41
Hex BC 62 13 0 30 5A 1A 1C 52 29
Octal 274 142 23 0 60 132 32 34 122 51
Binary 10111100 1100010 10011 0 110000 1011010 11010 11100 1010010 101001

Color Harmonies of #BC6213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6213

Black with #BC6213

Text Example


Text Example

White with #BC6213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6213; }

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

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

background-color css

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

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

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

border-color css

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

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

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