Html Css Color HEX #BC6313 Chocolate

📋 copy color: '#BC6313'

red 188 ◦ green 99 ◦ blue 19

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

Shades of Chocolate #BC6313

Tints of Chocolate #BC6313

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.35%

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

R = 61.44%
G = 32.35%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC6313 (or 0xBC6313) is known color: Chocolate. HEX triplet: BC, 63 and 13. RGB value is (188,99,19). Sum of RGB (Red+Green+Blue) = 188+99+19=306 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.44% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 19 (7.81% from 255 or 6.21% from 306); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6313 is #439CEC. Grayscale: #747474. Windows color (decimal): -4431085 or 1270716. OLE color: 1270716.

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

Color convert

RGB 188 99 19 -
CMYK 0 0.47 0.90 0.26
HSL 28.4º 0.82% 0.41% -
HSV(B) 28.4º 0.9% 0.74% -
XYZ 25.32 19.66 3.08 -
YUV 116.49 72.99 179 -
System Red Green Blue C M Y K H S L
Decimal 188 99 19 0 0.47 0.90 0.26 28.4 0.82 0.41
Hex BC 63 13 0 2F 5A 1A 1C 52 29
Octal 274 143 23 0 57 132 32 34 122 51
Binary 10111100 1100011 10011 0 101111 1011010 11010 11100 1010010 101001

Color Harmonies of #BC6313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6313

Black with #BC6313

Text Example


Text Example

White with #BC6313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6313; }

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

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

background-color css

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

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

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

border-color css

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

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

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